@extends('theme::layouts.app', ['title' => __('blog.title|Blog')]) @section('content')
@include('theme::partials.breadcrumbs')
@if($posts->onFirstPage()) @include('theme::partials.blog.featured-post', ['post' => $posts->first()]) @endif
@if($posts->onFirstPage())

@lang('blog.heading|Recent Articles')

@endif {{-- Post Grid --}} @include('theme::partials.blog.posts-loop', ['isHome' => true])
@endsection