{{ __('support.title') }}

{{ __('support.subtitle') }}

{{ __('support.new') }}
{{-- Contact --}} @php $delays = ['[animation-delay:60ms]', '[animation-delay:120ms]', '[animation-delay:180ms]']; @endphp
@foreach ([ ['life-buoy', __('support.contact_hours'), __('support.contact_hours_val')], ['external-link', __('support.contact_email'), 'support@clupilot.com'], ['shield-check', __('support.contact_sla'), __('support.contact_sla_val')], ] as $i => [$icon, $label, $val])

{{ $label }}

{{ $val }}

@endforeach
{{-- Tickets --}}

{{ __('support.tickets') }}

@foreach ($tickets as $t) @endforeach

{{ $t['subject'] }}

{{ $t['ref'] }} ยท {{ $t['date'] }}

{{ __('support.status_'.$t['status']) }}
{{-- FAQ accordion --}}

{{ __('support.faq') }}