@extends('frontend.layouts.app') @section('meta') @php $metaData = getMeta('blog'); @endphp @endsection @section('content')
By: {{ $blog->user->name }} / {{ $blog->created_at->format(' j M, Y') }}
{!! Str::limit($blog->details, 200) !!}
{{ @$recentBlog->created_at->format(' j M, Y') }}