@extends('layouts.error') @section('title', __('error_500_title')) @section('text')

{{ __('error_500_title') }}

{{ __('error_500_subtitle1') }}

{{ __('error_back') }}

@endsection @section('link') {{ __('button_back') }} @endsection @section('image') 500 @endsection