@extends('errors.layout',['code' => 404])
@section('title', t_('Error 403'))
@section('code',403)
@section('error')
{{t_('The HTTP 403 is an HTTP status code meaning access to the requested resource is
forbidden. The server understood the request, but will not fulfill it.')}}
{{('please try again and if you encounter this problem again please contact us')}}
{{t_('back to home')}}
@endsection