@extends('layouts.app') @section('content')
@include('layouts.components.cursor-and-preloader')
@include('layouts.header') {{-- @include('layouts.components.page-header', [ 'page_title' => '404 Error', ]) --}}

404

Sorry we can't find that page!

The page you are looking for was never existed.

Back to home
@include('layouts.footer')
@endsection