{{$blog->blogCategory->name}}
{{$blog->name}}
{{ date('F j Y', strtotime($blog->date)) }}
@if(!empty($blog->image) && \Illuminate\Support\Facades\Storage::exists($blog->image))
@else
@endif
@endif