@extends('front.layout.app') @section('content')

Our Blog

Blog & News

Our Latest Blog

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

@foreach($blogs as $blog)

{{$blog->name ?? ''}}

{{$blog->description ?? ''}}

Read more
@endforeach
@endsection