Thông tin thay đổi {{$thuongNhanVien->nhanVien->ho_ten}} tháng {{$thangNamThuong->thang}} năm {{$thangNamThuong->nam}}
Quay về @foreach($dsThayDoiThuong as $thayDoiThuong)
Ngày thay đổi: {{date('H:i d/m/Y', strtotime($thayDoiThuong->ngay_cap_nhat))}}
@if($thayDoiThuong->thuongThayDoi->id_thay_doi == $thayDoiThuong->id) @else
@csrf @method('PUT')
@endif
Thông số cũ
Ngân sách thưởng Thưởng mở mới Hệ số K1 Hệ số K2 Số tiền thưởng được nhận
{{number_format($thayDoiThuong->ngan_sach_cu,0,',','.')}} {{number_format($thayDoiThuong->thuong_mo_moi_cu,0,',','.')}} {{$thayDoiThuong->ti_le_k1_cu}} {{$thayDoiThuong->ti_le_k2_cu}} {{number_format($thayDoiThuong->so_tien_duoc_nhan_cu,0,',','.')}}
@if($thayDoiThuong->dsChiTieuThayDoi->isNotEmpty()) @include('nhat-ky.chi-tieu._chi_tieu_thay_doi',[ 'dsChiTieuThayDoi'=>$thayDoiThuong->dsChiTieuThayDoi, 'thuongNhanVien'=>$thuongNhanVien, 'dsChiTieu'=>$dsChiTieu, 'ketQuaTinhThuong'=>$dsKetQuaTinhthuong, 'thangNamThuong'=>$thangNamThuong, 'mangChiTieuThayDoi' => $mangChiTieuThayDoi[$thayDoiThuong->id] ]) @endif
@endforeach