Files
coolify/resources/views/errors/403.blade.php
T

12 lines
296 B
PHP

@extends('layouts.base')
@section('body')
<body class="text-black dark:text-inherit">
<x-toast />
<x-error-page
code="403"
title="You shall not pass!"
description="You don't have permission to access this page." />
</body>
@endsection