@extends('errors.master') @section('title', 'Unauthorized') @push('styles') @endpush @section('content')

{{__('401') }}

{{__('ACCESS FORBIDDEN') }}

{{__('SORRY! You are not unauthenticated.') }}

{{__('Go To Home') }}
@endsection