@extends('layouts.help') @push('styles') @endpush @section('content')
Status: {{ $ticket->status }} | Priority: {{ $ticket->priority }}
Category: {{ optional($ticket->category)->name ?? 'N/A' }}
{{ $ticket->description }}
{{ $reply->user->is_admin ? 'Admin' : ($reply->user_name ?? 'User') }}
{{ $reply->message }}
@if($reply->attachment) View Attachment @endif{{ $reply->message }}
@if ($reply->attachment) View Attachment @endif