@extends('backend.auth.layouts.app') @section('title') 403 - {{ __('Access Denied') }} - {{ config('app.name') }} @endsection @section('admin-content')

{{ __('ERROR') }}

403

  {{ $exception->getMessage() }}

{{ __('Access to this resource on the server is denied') }}

@include('errors.partials.links')
@endsection