@extends('master') @section('content')

{{{trans('Access Denied')}}}

@php $server_error = $exception->getMessage(); @endphp @if (!empty($server_error))

{{{$server_error}}}

@else

{{{trans('No Access')}}}

@endif
{{{trans('Go Back')}}} {{{trans('Homepage')}}}
@endsection