Tümü @foreach ($statusLabels as $status => $label) {{ $label }} @endforeach
@forelse ($tickets as $ticket) @empty @endforelse
KonuFirmaGönderenDurumSon Güncelleme
{{ $ticket->subject }} {{ $ticket->tenant?->name ?? $ticket->tenant_id }} {{ $ticket->user_name }}
{{ $ticket->user_email }}
{{ $statusLabels[$ticket->status] ?? ucfirst($ticket->status) }} {{ $ticket->updated_at->format('d.m.Y H:i') }} Görüntüle
Henüz destek talebi yok.
{{ $tickets->links('partials.pagination') }}