mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-30 14:20:50 +00:00
fix modal, add env variables, etc
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
@extends('errors::minimal')
|
||||
|
||||
@section('title', __('Forbidden'))
|
||||
@section('code', '403')
|
||||
@section('message', __($exception->getMessage() ?: 'Forbidden'))
|
||||
Reference in New Issue
Block a user