@extends('core::public.master')
@section('title', 'Error 403 – ' . $websiteTitle)
@section('bodyClass', 'error-403')
@section('content')
@lang('Error')
403
@lang('Sorry, you are not authorized to view this page') .
{!! trans('Go to our homepage?', ['a_open' => '', 'a_close' => '']) !!}