@if ($tenant->logo) @endif

{{ strtoupper($record->circle) }}

Software House - Web Development

{{ $record->business_address }}

SLIP GAJI

Periode {{ \Carbon\Carbon::parse($record->period_start)->translatedFormat('d F Y') }} - {{ \Carbon\Carbon::parse($record->period_end)->translatedFormat('d F Y') }} No Rekening {{ $record->user->account_number }}
Nama {{ $record->user->name }} Email {{ $record->user->email }}
Role {{ $record->user->roles->pluck('name')->join(', ') }} Tanggal Masuk {{ \Carbon\Carbon::parse($record->created_at)->translatedFormat('d F Y') }}

PENDAPATAN

@php $items = [ 'Gaji Pokok' => $record->basic_salary, 'Tunjangan Performa' => $record->performance_allowance, 'Bonus Target' => $record->target_bonus, 'Biaya Lembur' => $record->overtime_fee, 'Tunjangan Kost' => $record->housing_allowance, 'Tunjangan Makan' => $record->meal_allowance, 'Tunjangan Internet' => $record->internet_allowance, 'THR & Lain-Lain' => $record->miscellaneous, ]; @endphp @foreach ($items as $label => $value) @endforeach
{{ $label }} Rp{{ number_format($value, 0, ',', '.') }}
TOTAL Rp{{ number_format($record->total, 0, ',', '.') }}