mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
6 lines
145 B
PHP
6 lines
145 B
PHP
@extends('portal.ninja2020.layout.error')
|
|
|
|
@section('title', __('Unauthorized'))
|
|
@section('code', '401')
|
|
@section('message', __('Unauthorized'))
|