filesharing/resources/views/errors/403.blade.php

10 lines
220 B
PHP

@extends('layout')
@section('content')
<div class="my-10 text-center text-base font-title uppercase text-primary">
<h1 class="text-7xl mb-0 font-black">403</h1>
@lang('app.permission-denied')
</div>
@endsection