Blog
-
@foreach($blogs as $blog)
-
@if(!is_null($blog->getMedia('blog')->first()))
@else
@endif
{{ $blog->title }}#{{ \App\Models\BlogCategory::find($blog->blog_category_id)?->name }}
@endforeach