Recent Articles
@php $recent = [ [ 'title' => 'Your Gateway to Exceptional Living: EPDL’s Top Properties.', 'img' => asset('assets/img/blog/blog-1.png'), 'route' => route('blog.details-one'), ], [ 'title' => 'Discover Prime Real Estate Opportunities with EPDL', 'img' => asset('assets/img/blog/blog-2.png'), 'route' => route('blog.details-two'), ], [ 'title' => 'Unlock Your Future: EPDL’s Exclusive Real Estate Listings', 'img' => asset('assets/img/blog/blog-3.png'), 'route' => route('blog.details-three'), ], ]; @endphp @foreach ($recent as $r)
{{ $r['title'] }}
Read Article
@endforeach