Juan Felipe Zapata Moreno 9c6eeb5fb3 Commit Inicial
2025-08-05 09:52:38 -06:00

6 lines
141 B
PHP

@extends('errors::minimal-with-home')
@section('title', __('Server Error'))
@section('code', '500')
@section('message', __('Server Error'))