@extends('layouts.teamlead') @section('title', 'Штрафи') @section('page_title', 'Штрафи') @push('head') {{-- ✅ Окремий CSS через Mix --}} @endpush @section('content')
| Дата | Кабінет | Зміна | Оператор | Сума | Причина | Дії |
|---|---|---|---|---|---|---|
| {{ optional($p->penalty_date)->format('d.m.Y') }} | {{ $cabLabel }} | {{ $shiftLabel }} |
@if($p->operator_name)
{{ $p->operator_name }}
@if($p->operator_tg_username)
{{ '@'.$p->operator_tg_username }}
@endif
@else
Весь кабінет
@endif
|
{{ number_format($p->amount, 2, '.', ' ') }} | {{ $p->reason ?: '—' }} | |
| Штрафів поки немає. | ||||||