@extends('website.layout.master') @section('title') Blogs @endsection @section('content')
{{ $blog->category_data->name }}
{{ Str::limit(strip_tags($blog->description), 50) }}