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