@extends('errors.layout') @section('title', '404 — Page Not Found') @section('content')
404

{{ __('Page not found') }}

{{ __("Sorry — the page you're looking for doesn't exist or may have been moved. Let's get you back on track.") }}

{{ __('Back to home') }} {{ __('Browse shop') }}
{{ __('Home') }}
{{ __('Shop') }}
{{ __('Support') }}
@endsection