@extends('backend.auth.layouts.app') @section('title') 403 - {{ __('Access Denied') }} - {{ config('app.name') }} @endsection @section('admin-content')
{{ $exception->getMessage() }}
{{ __('Access to this resource on the server is denied') }}
@include('errors.partials.links')