/ resources / views / errors / 401.blade.php
401.blade.php
1  @extends('errors::minimal')
2  
3  @section('title', __('Unauthorized'))
4  @section('code', '401')
5  @section('message', __('Unauthorized'))