invoiceninja/resources/views/errors/guest.blade.php

6 lines
180 B
PHP
Raw Permalink Normal View History

2021-10-04 21:10:56 +11:00
@extends('portal.ninja2020.layout.error')
@section('title', __($title) ?: 'Server Error')
@section('code', __($code) ?: '500')
2021-10-04 21:10:56 +11:00
@section('message', __($message) ?: 'System Error')