@extends('layouts.app') @section('title', '404 - Page Not Found') @section('content')

404

Page Not Found

The page you are looking for does not exist or has been moved.
Please check the URL or navigate back to the dashboard.

Requested URL: {{ request()->fullUrl() }}

Need help? Visit Settings or contact support.

@endsection