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

403

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

Go Back
@endsection