Ново читање Измени Печати QR
Печатач
Клиент
{{ $printer->client->name }}
Сериски број
{{ $printer->serial_number }}
Инсталација
{{ optional($printer->installation_date)->format('d.m.Y') ?: '—' }}
Статус
{{ $printer->status->label() }}
Читања
@forelse ($log as $row) @php($r = $row['reading']) @empty @endforelse
Датум Црно-бело Боја Скен Тонер Техничар Опис Акции
{{ $r->reading_date->format('d.m.Y') }} {{ $r->bw_counter !== null ? number_format($r->bw_counter) : '—' }} @if ($row['bw_used'] !== null)
+{{ number_format($row['bw_used']) }}
@endif
{{ $r->color_counter !== null ? number_format($r->color_counter) : '—' }} @if ($row['color_used'] !== null)
+{{ number_format($row['color_used']) }}
@endif
{{ $r->scan_counter !== null ? number_format($r->scan_counter) : '—' }} @if ($row['scan_used'] !== null)
+{{ number_format($row['scan_used']) }}
@endif
@if ($r->toner_black || $r->toner_cyan || $r->toner_magenta || $r->toner_yellow) B{{ $r->toner_black ?? '–' }} C{{ $r->toner_cyan ?? '–' }} M{{ $r->toner_magenta ?? '–' }} Y{{ $r->toner_yellow ?? '–' }} @else — @endif {{ $r->technician?->name ?? '—' }} {{ $r->description ?? '—' }} Измени
@csrf @method('DELETE')
Сè уште нема читања