@extends('blog::_layouts.master') @section('title', __('messages.global.blog')) @section('content') {{-- Header --}}

{{ __('messages.global.blog') }}

{{ __('messages.blog.subtitle') }}

{{-- Starting gradient --}} @include('landing::_layouts/_partials/gradient-start', ['fill' => '#f7fafc']) {{-- Latest posts --}}
@each('blog::_partials/post', $posts, 'post')
{{-- Ending gradient --}} @include('landing::_layouts/_partials/gradient-end', ['fill' => '#f7fafc']) @endsection