@extends('layouts.superadmin') @section('content')
User: {{ $ticket->user->name }} | Category: {{ optional($ticket->category)->name }} | Priority: {{ $ticket->priority }}
{!! $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