Lịch sử phạt
@if ($errors->any())
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach

@endif @if(Session::has('success'))
{{Session::get('success')}}
@endif @if(Session::has('error'))
{{Session::get('error')}}
@endif
Tìm kiếm & Lọc
Reset
{{-- BẢNG DỮ LIỆU --}}
@forelse ($lichSuPhats as $item) @empty @endforelse
Ngày phạt Nhân viên Số tiền phạt Trạng thái Hành động
{{ \Carbon\Carbon::parse($item->ngay_tinh_phat)->format('d/m/Y H:i') }} {{ $item->nhanVien->ho_ten ?? '[Không rõ]' }} {{ number_format($item->so_tien_phat, 0) }} @if ($item->trang_thai == 'da_phat') Đã phạt @else Chưa phạt @endif {{-- Nút xem chi tiết --}} {{-- Form cập nhật trạng thái --}}
@csrf @if ($item->trang_thai == 'chua_phat') @else @endif
{{-- Form xóa --}}
@csrf @method('DELETE')
Không có dữ liệu nào.
{{ $lichSuPhats->links() }}
@push('scripts') @endpush