@extends('layouts.app') @section('content')
{{ $exception->getStatusCode() }}
@if($exception->getMessage()) {{ $exception->getMessage() }} @else {{ __('Sorry, the page you are looking for could not be found.') }} @endif
@endsection