{{ __('Blog') }}

{{ __('Stories, updates and guides from the kitchen.') }}

@forelse ($posts as $post)

{{ $post->name }}

@if ($post->featuredImageUrl()) {{ $post->name }} @else
@endif

{{ $post->display_excerpt }}

{{ __('Read more') }} →
@empty

{{ __('No posts have been published yet.') }}

@endforelse @if ($posts->hasPages())
{{ $posts->links() }}
@endif