chess/resources/views/errors/403.blade.php
Ramadhon Ikhsan Prasetya 603e31b0f4 init
2024-08-29 10:56:32 +07:00

9 lines
221 B
PHP

@extends('errors::layout')
@section('title', __('Forbidden'))
@section('code', '403')
@section('code1', '4')
@section('code2', '0')
@section('code3', '3')
@section('message', __($exception->getMessage() ?: 'Forbidden'))