@extends('frontend.layouts.app') @section('content')

Blog

News, updates, releases, and stories.

@foreach($posts as $post)

{{ $post->title }}

{{ $post->excerpt }}

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