@extends('layouts.app') @section('title'){{ config('app.name') }} - Not Found @endsection @section('content')

Not Found

@if($exception->getMessage())

{{$exception->getMessage()}}

@else

We could not locate the page you requested, it may have been lost forever

@endif
Return Home
@endsection