Files
einundzwanzig-app/resources/views/errors/401.blade.php
2025-11-22 22:56:37 +01:00

6 lines
140 B
PHP

@extends('components.layouts.error')
@section('title', __('Unauthorized'))
@section('code', '401')
@section('message', __('Unauthorized'))