@include('htmlpage.frontent.layout.app')

{{ $blog->title }}

By|
{{ $blog->author }}
|
{{ $blog->created_at->format('Y-m-d') }}
|
{{ $blog->categoryModel->title }}
{!!$blog->description !!}

Popular Posts

@if ($listlastblog->isNotEmpty()) @foreach ($listlastblog as $listlast)

{{ $listlast->title }}

@endforeach @else

No galleries found for this project.

@endif
@include('htmlpage.frontent.layout.footer')