LAPORAN BUKAN PANEL KLINIK PENGGAL {{ $id_month. '/'.$year }}
Bil | No & Nama Pekerja | Hubungan | Nama Keluarga | Tarikh | Jumlah Bil (RM) | Jumlah Baki Semasa (RM) | Preskrip | MC |
---|---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {!! '('.$data_not_panel->user_no.') '.$data_not_panel->user_name !!} |
{{ $data_not_panel->name_relationship }} | @if ($data_not_panel->id_family != 0) {{ $data_not_panel->name_family }} @else - @endif | {{ date('d/m/Y', strtotime($data_not_panel->date)) }} | RM {{ number_format($data_not_panel->bill, 2, '.', ',') }} | RM {{ number_format($data_not_panel->balance, 2, '.', ',') }} | {{ Str::limit($data_not_panel->prescription, 20) }} | @if ($data_not_panel->mc != NULL) {{ $data_not_panel->mc }} @else TIADA @endif |