@extends('app') @section('title', 'not found') @section('content')

Page Not Found

Well, this is embarrassing, the page you requested does not exist. Click here to go back to the home page. {{ $exception->getMessage() }}

@endsection