@extends('layouts.app') @section('title', 'Ticket ' . $supportTicket->ticket_number) @section('page_title', 'Ticket #' . $supportTicket->ticket_number) @section('content')
Created on {{ $supportTicket->created_at->format('M d, Y H:i') }}
{{ $supportTicket->description }}
{{ $reply->message }}
@if($reply->attachment) {{ $reply->attachment }} @endif {{ $reply->created_at->format('M d, Y H:i') }}No replies yet. Please wait for admin response.
@endforelse{{ ucfirst(str_replace('_', ' ', $supportTicket->category)) }}
{{ ucfirst($supportTicket->priority) }}
@if($supportTicket->status === 'open') Open @elseif($supportTicket->status === 'in_progress') In Progress @elseif($supportTicket->status === 'resolved') Resolved @else Closed @endif
{{ $supportTicket->replies->count() }}
{{ $supportTicket->created_at->format('M d, Y H:i') }}
{{ $supportTicket->resolved_at->format('M d, Y H:i') }}