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