mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-19 09:38:36 +00:00
5 lines
153 B
PHP
5 lines
153 B
PHP
@extends('errors::minimal')
|
|
|
|
@section('title', __('Forbidden'))
|
|
@section('code', '403')
|
|
@section('message', __($exception->getMessage() ?: 'Forbidden'))
|