@extends('theme.spade.layouts.main') @section('title') {{ env('APP_NAME') }} @endsection @section('meta') @endsection @section('content') @php $breadcrumbData = [ [ 'title' => 'Error', 'link' => null ], [ 'title' => '404', 'link' => null ] ]; @endphp @include('theme.spade.layouts.includes.breadcrumb', $breadcrumbData) We are sorry, but the page you requested was not found. Back to Home @endsection
We are sorry, but the page you requested was not found.