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

Blog

Get the latest blog, updates and tips

Latest Posts

Don't miss the trending news

@foreach ($pageblogs as $blog)
{{ $blog->categoryModel->category }}
{{ $blog->title }}

{!! Str::limit(preg_replace('/<\/?p>/', '', $blog->content), 150) !!}

@endforeach
{{ $pageblogs->links('vendor.pagination.bootstrap-5') }}
zillion

New Things Will Always
Update Regularly

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