{{ $ticket['subject'] }}
{{ $ticket['status'] }}
Last Reply: {{ $ticket['last_reply'] }}
@extends('user.layouts.app', ['title' => 'Tickets']) @push('head') @endpush @section('content')
Review support requests, track last replies, and open a new ticket from the same page.
| Subject | Status | Last Reply | Action |
|---|---|---|---|
|
{{ $ticket['subject'] }}
|
{{ $ticket['status'] }} | {{ $ticket['last_reply'] }} |