Need help? Create a support ticket and our team will assist you.
{{-- CARD HEADER --}}
{{-- TICKETS --}}
@if($tickets->count())
@foreach($tickets as $ticket)
@if(!empty($ticket->message))
@endif
My Support Tickets
+ New Ticket
{{ $ticket->subject }}
@php
$status = strtolower($ticket->status ?? 'open');
@endphp
{{ ucfirst($status) }}
{{ $ticket->created_at?->format('d M Y, h:i A') }}
@endforeach
@else
{{-- EMPTY STATE --}}
No Support Tickets
@endif
You haven't created any support tickets yet.
Create Support Ticket