@extends('layouts.default') @push('title', get_phrase('500 error found')) @push('meta')@endpush @push('css')@endpush @section('content')

{{ get_phrase('500 error found') }}

{{ get_phrase('A technical error has occurred') }}. {{ get_phrase('Please contact with site administrator') }}.

{{ get_phrase('Contact Email') }} : @php $contact_info = json_decode(get_frontend_settings('contact_info'), true); if (is_array($contact_info) && array_key_exists('email', $contact_info)) { echo $contact_info['email']; } @endphp

{{get_phrase('Back to home')}}
@endsection @push('js')@endpush