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