aboutsummaryrefslogtreecommitdiff
path: root/resources/views/errors/401.blade.php
blob: 5c586db96b52e40652c42590ad203e9cd786f42b (plain)
1
2
3
4
5
@extends('errors::minimal')

@section('title', __('Unauthorized'))
@section('code', '401')
@section('message', __('Unauthorized'))