@extends('core::public.master') @section('title', 'Error 403 – ' . $websiteTitle) @section('bodyClass', 'error-403') @section('content')

@lang('Sorry, you are not authorized to view this page') .

{!! trans('Go to our homepage?', ['a_open' => '', 'a_close' => '']) !!}

@endsection