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