{{ t('create_support_ticket') }}

{{ t('back_to_tickets') }}

{{ t('ticket_details') }}

{{ t('fill_form_submit_support_request') }}

@if (isset($ticket)) @else @endif

{{ t('support_guidelines') }}

{{ t('before_creating_ticket') }}

  • {{ t('check_faq_section_common_solutions') }}
  • {{ t('search_tickets_avoid_duplicates') }}
  • {{ t('basic_troubleshooting_steps') }}

{{ t('for_faster_resolution') }}

  • {{ t('specific_detailed_description') }}
  • {{ t('include_exact_error_messages') }}
  • {{ t('attach_relevant_screenshots') }}
  • {{ t('choose_appropriate_department') }}

{{ t('need_immediate_help') }}

@php $admin = \App\Models\User::withoutGlobalScopes() ->where('user_type', 'admin') ->where('is_admin', 1) ->first(); @endphp
{{ t('email_support') }} {!! $admin ? '' . e($admin->email) . '' : 'Not Available' !!}
{{ t('phone_support') }} {!! $admin ? e($admin->phone) : 'Not Available' !!}