Files
OpnForm/resources/views/errors/401.blade.php
Julien Nahum f8e6cd4dd6 Initial commit
2022-09-20 21:59:52 +02:00

6 lines
131 B
PHP

@extends('errors::minimal')
@section('title', __('Unauthorized'))
@section('code', '401')
@section('message', __('Unauthorized'))