@extends('layouts.base') @section('title', __('401 error')) @section('content') @include('errors.page', [ 'title' => '401', 'subtitle' => __('Unauthorized.') ]) @endsection