@extends('errors.master') @section('title', 'Access Forbidden') @section('content')

{{__('403') }}

{{__('ACCESS FORBIDDEN') }}

{{__("SORRY! You don't have access to that page.") }}

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