Scores/resources/views/errors/500.blade.php
Juan Felipe Zapata Moreno be89d18e74 Init
2025-07-01 10:36:19 -06:00

6 lines
141 B
PHP

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