@extends('frontend.support.layouts') @section('support-content')
Ticket ID: {{ $ticket->ticket_number }} | Created: {{ $ticket->created_at->format('d M Y, h:i A') }} | Status: {{ ucfirst($ticket->status) }}
{{ $ticket->details }}
No messages yet.
@endforelse