@extends('layouts.app') @section('title'){{ config('app.name') }} - Not Authorized @endsection @section('content')
{{$exception->getMessage()}}
You are not authorized to view the page you requested.