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