@extends('layouts.start') @section('content')

Blog Grids

@if(isset($posts))
@foreach($posts as $post)

{{ $post->post_title }}

Read more
@endforeach
{{ $posts->links() }} @endif
@endsection