@extends('errors.layout',['code' => 404])
@section('title', t_('Error 401'))
@section('code',401)
@section('error')
{{t_('The request has not been applied because lacks authentication credentials target resource')}}
{{('please try again and if you encounter this problem again please contact us')}}
{{t_('back to home')}}
@endsection