@extends('errors.layout')
@section('title')
HTTP/1.1 401 Unathorized
@endsection
@section('content')
{{ \App\Models\Settings::settingValue('site.main.title') }}
Acess denied! You're permissions and/or role do not allow you to access this page
@endsection