Add custom error pages, pixel images, etc (also improve computers)

This commit is contained in:
Frankie B 2024-01-12 18:57:10 +00:00
commit f68e4cb3e6
33 changed files with 385 additions and 59 deletions

View file

@ -0,0 +1,5 @@
@extends('errors::minimal')
@section('title', __('Server Error'))
@section('code', '500')
@section('message', __('Server Error'))