@extends('storefront::public.layout') @section('title', trans('storefront::blog.blog_posts.blog_posts')) @section('content')

{{ $indexTitle }}

@forelse ($blogPosts as $blogPost)
@if (!$blogPost->featured_image->path)
Blog featured image
@else Blog featured image @endif

{{ $blogPost->title }}

{{ trans('storefront::blog.blog_posts.read_post') }}
@empty
@include('storefront::public.products.index.empty_results_logo')

{{ trans('storefront::blog.blog_posts.no_blog_post_found') }}

@endforelse
{{ $blogPosts->links() }}
@include('storefront::public.blogs.posts.layouts.sidebar')
@endsection @push('globals') @vite([ 'modules/Storefront/Resources/assets/public/sass/pages/blogs/index/main.scss', ]) @endPush