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

{{ $featured_post->title }}

{{ $featured_post->excerpt }}

Continue reading...

@foreach ($latest_posts as $post) @include('front.partials.post_detail', ['post' => $post]) @endforeach
@include('front.partials.about')
@endsection