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

Not Authorized

@if($exception->getMessage())

{{$exception->getMessage()}}

@else

You are not authorized to view the page you requested.

@endif
Return Home
@endsection