@php $blogs = App\Models\Blog::latest()->limit(5)->get(); @endphp
OUR LATEST
BLOGS

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard

{{-- dynamic blogs start --}} {{-- {{ dd($blogs)}} --}} @foreach($blogs as $item)
@endforeach {{-- dynamic blogs start --}}