@extends('layouts.support') @section('content')
"{{ $ticket->subject }}"
Created {{ $ticket->created_at->diffForHumans() }}
{{ $ticket->description }}
{{ $image->file_name }}
download{{ $document->file_name }}
{{ number_format($document->file_size / 1024, 2) }} KB
{{ $reply->admin_name }} (Admin)
@else{{ $reply->company_name ?? 'You' }}
@endif{{ $reply->message }}
@if($reply->attachments && $reply->attachments->count()) @php $replyImages = $reply->attachments->filter(function($att) { return in_array(strtolower(pathinfo($att->file_name, PATHINFO_EXTENSION)), ['jpg', 'jpeg', 'png', 'gif', 'webp']); }); $replyDocuments = $reply->attachments->filter(function($att) { return !in_array(strtolower(pathinfo($att->file_name, PATHINFO_EXTENSION)), ['jpg', 'jpeg', 'png', 'gif', 'webp']); }); @endphp{{ $document->file_name }}
{{ number_format($document->file_size / 1024, 2) }} KB
No replies yet
Be the first to respond to this ticket.
{{ $ticket->company_name ?? 'Company' }}
Active Organization
Email Address
Loading...
Contact
Service Plan
N/A
Expiry Date
N/A
{{ $ticket->created_at->format('M d, Y') }}
{{ $ticket->created_at->format('H:i') }}
{{ $ticket->updated_at->format('M d, Y') }}
{{ $ticket->updated_at->format('H:i') }}