@include('htmlpage.frontent.layout.app') {{ $blog->title }} By| {{ $blog->author }}| {{ $blog->created_at->format('Y-m-d') }}| {{ $blog->categoryModel->category }} {!! $blog->description !!} Popular Posts @if ($listlastblog->isNotEmpty()) @foreach ($listlastblog as $listlast) {{ $listlast->title }} {{ $listlast->created_at->format('Y-m-d') }} @endforeach @else No galleries found for this project. @endif @include('htmlpage.frontent.layout.footer')
{{ $listlast->created_at->format('Y-m-d') }}
No galleries found for this project.