mivita/resources/views/errors/401.blade.php
Kevin Adametz bfa3bb1df4 08 2024
2024-08-05 12:05:24 +02:00

5 lines
130 B
PHP

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