@extends('frontend.layouts.app') @section('meta') @php $metaData = getMeta('blog'); @endphp @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') }}