@extends('layouts.auth.app') @section('title', 'Access Denied') @section('content')

403

Unauthorized Access

You do not have permission to access this page. Please contact your administrator if you believe this is an error.

@if(isset($pics) && file_exists(public_path('storage/eirs403.jpg')))
Access Denied
@endif
@endsection