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

404

{{ $message ?? 'The resource you are looking for could not be found.' }}

Go Back
@endsection