401.blade.php 131 B

12345
  1. @extends('errors::minimal')
  2. @section('title', __('Unauthorized'))
  3. @section('code', '401')
  4. @section('message', __('Unauthorized'))