@foreach ($this->queueGroups as $groupLabel => $items)
{{ $groupLabel }}
@foreach ($items as $item) @endforeach
@endforeach
@if ($this->filteredCustomer) @endif
bar_chart Statystyki + Zgłoszenie w imieniu klienta
@php $columnDefs = $this->columnDefs(); $sortableColumns = $this->sortableColumns(); @endphp
@forelse ($this->savedViews as $view)
star delete
@empty

Brak zapisanych widoków.

@endforelse
@foreach ($columnDefs as $key => $label) @endforeach
{{-- Live updates arrive via broadcasting, but websocket connections can drop silently (backgrounded tab, network blip) — this is a periodic fallback refresh, with a visible countdown so it's clear the queue is still refreshing itself rather than just stuck. --}}
schedule
@foreach ($columnDefs as $key => $label) @continue(! in_array($key, $visibleColumns)) @endforeach @foreach ($this->filteredTickets as $t) @php $sla = $t->slaInfo(); @endphp @if (in_array('number', $visibleColumns)) @endif @if (in_array('subject', $visibleColumns)) @endif @if (in_array('customer', $visibleColumns)) @endif @if (in_array('category', $visibleColumns)) @endif @if (in_array('subcategory', $visibleColumns)) @endif @if (in_array('priority', $visibleColumns)) @endif @if (in_array('status', $visibleColumns)) @endif @if (in_array('sla', $visibleColumns)) @endif @if (in_array('assignee', $visibleColumns)) @endif @if (in_array('team', $visibleColumns)) @endif @if (in_array('created', $visibleColumns)) @endif @endforeach
@if (in_array($key, $sortableColumns)) @else {{ $label }} @endif
id, $selectedIds)) wire:click="toggleSelect({{ $t->id }})">{{ $t->displayNumber() }}{{ $t->subject }}{{ $t->name }}{{ $t->categoryLabel() }}{{ $t->subcategory?->name ?? '—' }}{{ $t->priorityLabel() }}{{ $t->statusLabel() }}{{ $sla['short'] }}{{ $t->assignee?->name ?? 'Nieprzypisane' }}{{ $t->team?->name ?? '—' }}{{ \App\Support\Rel::format($t->created_at) }}
@if ($pendingDeleteSelected)
Potwierdź usunięcie
{{ count($selectedIds) === 1 ? 'Wybrane zgłoszenie zostanie trwale usunięte.' : 'Wybrane zgłoszenia ('.count($selectedIds).') zostaną trwale usunięte.' }}
@endif