@extends('layouts.app') @section('title', 'Support Tickets') @section('content')
| ID | Subject | Status | Created At | Actions |
|---|---|---|---|---|
| #{{ $ticket->id }} | {{ $ticket->subject }} | {{ ucfirst(str_replace('_', ' ', $ticket->status)) }} | {{ $ticket->created_at->format('d M Y, H:i') }} | View |
| No support tickets found. | ||||