12 lines
383 B
PHP
12 lines
383 B
PHP
@extends('errors.illustrated-layout')
|
|
|
|
@section('code', '403 🤐')
|
|
|
|
@section('title', __('Unauthorized'))
|
|
|
|
@section('image')
|
|
<div style="background-image: url(https://picsum.photos/seed/picsum/1920/1080);" class="absolute pin bg-no-repeat md:bg-left lg:bg-center bg-cover"></div>
|
|
@endsection
|
|
|
|
@section('message', __('Sorry, you don\'t have the permission to visit this page.'))
|