@extends('frontend.layouts.app') @section('title', '404 - Page Not Found') @section('description', 'The page you requested could not be found.') @section('content') @php $assetPath = fn (string $path) => asset('frontend/' . ltrim($path, '/')); @endphp @include('frontend.layouts.breadcrumb', ['title' => '404'])
404

Opps! Page Not Found

The page you are looking for was moved, removed, renamed, or might never have existed.

Back to HomeBack to Home
@endsection