mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-06 04:01:20 +01:00
6 lines
177 B
PHP
6 lines
177 B
PHP
@extends('errors.layout')
|
|
|
|
@section('title', 'Error 403: Forbidden!')
|
|
|
|
@section('description', $exception->getMessage() ?: 'You do not have permission to perform this action!')
|