@extends('errors.layout')
@section('title', __('errors.401_title'))
@section('code', '401')
@section('illustration')
@endsection
@section('message')
{!! __('errors.401_message') !!}
@endsection
@section('action')
{{ __('errors.back_to_login') }}
@endsection