@extends('layouts.error-blank') @section('title') {{ __('Unauthorized') }} @endsection @section('main_content')
401

{{ __('Unauthorized') }}

{{ __('You are not authorized to access this page') }}

{{ __('Back to Home') }}
@endsection