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