Nama | : {{$salary->user->name}} |
Periode Gaji | : {{date('d F Y', strtotime($salary->period->start)) ?? ''}} - {{ date('d F Y', strtotime($salary->period->end)) ?? ''}} |
Pendapatan | ||
{{$item->description}} | : {{ number_format($item->jumlah,0,",",".") }} | |
Potongan | ||
{{$item->description}} | : {{ number_format($item->jumlah,0,",",".") }} | |
__________________________________________________________________________________ | ||
Total Gaji | : Rp. {{ number_format($salary->total_gaji,0,",",".") }} |