@extends('layouts.app') @section('title','404 Error') @section('content')

404

{{ $exception->getMessage() ?: 'The requested action could not be completed.' }}

Go Back
@endsection