@extends('layout.master') @push('plugin-styles') @endpush @section('content')
Submit, track, and manage your support requests all in one place. Use the system to report issues, request assistance, and monitor the progress of your tickets.
You can also review your past tickets and their status to see how quickly your issues were addressed.
| Ticket ID | Subject | Severity Level | Status | Created At | Actions |
|---|---|---|---|---|---|
| {{ $ticket->id }} | {{ $ticket->subject }} | @if($ticket->severity_level == 'P1') P1 @elseif($ticket->severity_level == 'P2') P2 @elseif($ticket->severity_level == 'P3') P3 @elseif($ticket->severity_level == 'OUT') Out Of Service @endif | @if($ticket->status == 'solved') Resolved @else In Progress @endif | {{ $ticket->created_at->format('d M Y, H:i') }} |