@extends('layouts.app') @section('title', 'Platform Support Desk') @section('content')
Manage support tickets submitted by typing center tenants.
| Ticket # | Tenant Company | Category | Subject | Priority | Status | Action |
|---|---|---|---|---|---|---|
| {{ $ticket->ticket_code }} | {{ $ticket->tenant->company_name }} | {{ $ticket->category }} | {{ $ticket->subject }} | {{ ucfirst($ticket->priority) }} | {{ ucfirst($ticket->status) }} | View Ticket ➔ |