LAPORAN BAKI TAHUN {{ $year }}
Jumlah Keseluruhan Kegunaan Untuk Tahun {{ $year }} Adalah RM {{ number_format($count_used, 2, '.', ',') }}, Baki Peruntukan RM {{ number_format($count_balance, 2, '.', ',') }}
Bil | Nama Staf | Peruntukan (RM) | Panel (RM) | Bukan Panel (RM) | Jumlah Digunakan (RM) | Baki (RM) |
---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ Str::upper($data_yearly_report->user_name) }} | RM {{ number_format($data_yearly_report->limit, 2, '.', ',') }} | RM {{ number_format($data_yearly_report->used_sum_panel, 2, '.', ',') }} | RM {{ number_format($data_yearly_report->used_sum_not_panel, 2, '.', ',') }} | RM {{ number_format($data_yearly_report->total_used, 2, '.', ',') }} | RM {{ number_format($data_yearly_report->limit - $data_yearly_report->total_used, 2, '.', ',') }} |