2021-10-04 12:10:56 +02:00
|
|
|
@extends('portal.ninja2020.layout.error')
|
|
|
|
|
2023-01-31 22:43:32 +01:00
|
|
|
@section('title', __($title) ?: 'Server Error')
|
|
|
|
@section('code', __($code) ?: '500')
|
2021-10-04 12:10:56 +02:00
|
|
|
@section('message', __($message) ?: 'System Error')
|