@isset($location)
{{ $location->mnemonic }} |
@endisset
{{ $counter->counter_name }} |
{{ $operation['name']['ro'] ?? 'N/A' }} |
{{ $operation['total_tickets'] }} |
@foreach ($ticketStatuses as $status => $status_text)
{{ $operation['tickets'][$status] ?? 0 }} |
@endforeach
@endforeach
@endif
@endforeach