@extends('site.layout') @section('content')
Our Latest Blogs
@foreach ($posts as $post)
@if ($post->cover_image_path) {{ $post->title }} @else
No image
@endif
{{ $post->title }}
{{ $post->excerpt }}
Read More
@endforeach
{{ $posts->links() }}
@endsection