{{ __('Unauthorized') }}
{{ __('You are not authorized to access this page') }}
{{ __('Back to Home') }}@extends('layouts.error-blank') @section('title') {{ __('Unauthorized') }} @endsection @section('main_content')
{{ __('You are not authorized to access this page') }}
{{ __('Back to Home') }}