{{-- HEADER --}}
EMI CREDITS

Support

{{-- CONTENT --}}

Need help? Create a support ticket and our team will assist you.

{{-- CARD HEADER --}}
My Support Tickets
+ New Ticket
{{-- TICKETS --}} @if($tickets->count()) @foreach($tickets as $ticket)
{{ $ticket->subject }}
@php $status = strtolower($ticket->status ?? 'open'); @endphp {{ ucfirst($status) }}
@if(!empty($ticket->message))
{{ \Illuminate\Support\Str::limit($ticket->message, 100) }}
@endif
{{ $ticket->created_at?->format('d M Y, h:i A') }}
@endforeach @else {{-- EMPTY STATE --}}
💬
No Support Tickets

You haven't created any support tickets yet.

Create Support Ticket
@endif
{{-- COMMON CLIENT BOTTOM NAV --}} @include('client.partials.bottom-nav')