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

Blog

Get the latest news, updates and tips

Latest Posts

Don't miss the trending news

@foreach ($blogs as $blog)
{{ $blog->title }}

{!! Str::limit($blog->content, 150) !!}

{{ $blog->author }}
{{ \Carbon\Carbon::parse($blog->created_at)->format('d M Y') }}
@endforeach
zillion

New Things Will Always
Update Regularly

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