@extends('layouts.error-blank') @section('title') {{ __('Access Denied') }} @endsection @section('main_content')
403 {{ __('Back to Home') }}
@endsection