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

{{ trans('storefront::404.page_not_found') }}

{{ trans('storefront::404.unable_to_find_the_page') }}

{{ trans('storefront::404.back_to_home') }}
Error image
@endsection @push('globals') @vite([ 'modules/Storefront/Resources/assets/public/sass/pages/404/main.scss', ]) @endpush