@extends('marketing.skeleton') @section('content')

@lang('auth.not_authorized')

@if(isset($exception) && $exception->getMessage())

{{ $exception->getMessage() }}

@endif

{{ trans('auth.back_homepage') }}

@endsection