Files
einundzwanzig-app/resources/views/errors/500.blade.php
2025-11-22 22:56:37 +01:00

6 lines
140 B
PHP

@extends('components.layouts.error')
@section('title', __('Server Error'))
@section('code', '500')
@section('message', __('Server Error'))