1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-22 01:11:34 +02:00
invoiceninja/resources/views/errors/guest.blade.php
2023-04-25 07:52:54 +10:00

6 lines
180 B
PHP

@extends('portal.ninja2020.layout.error')
@section('title', __($title) ?? 'Server Error')
@section('code', __($code) ?? '500')
@section('message', __($message) ?? 'System Error')