{{--create for business tickets and pop-up for create ticket--}} @extends('layouts.business') @section('title', 'Support Tickets') @section('content')
Manage your support tickets
| Ticket # | Subject | Category | Priority | Status | Created | Actions |
|---|---|---|---|---|---|---|
{{ $ticket->ticket_number }} |
{{ $ticket->subject }} | {{ ucfirst($ticket->category) }} | {{ ucfirst($ticket->priority) }} | {{ ucfirst($ticket->status) }} | {{ $ticket->created_at->format('M d, Y') }} | View |
| No tickets found | ||||||