logo {{getSetting('site_title', 'site_settings')}}
{!!getSetting('site_address', 'site_settings')!!}
Phone NO:{{getSetting('site_phone', 'site_settings')}}

Payslip for {{$title}}

@if(isset($other)) @else @endif
Employee Name {{ucwords($user->name)}} Employee ID {{$user->employee_id}}
Designation {{$role_name}} Payable Days {{$total_days}}
Allowances Deductions
@foreach($allowances as $data1) @endforeach
{{ucwords($data1->allowance_name)}} {{$data1->allowance_value}}
@foreach($deductions as $data1) @endforeach @if(isset($other)) @endif
{{ucwords($data1->deduction_name)}} {{$data1->deduction_value}}
Unpaid Leaves {{$other}}
Total Allowances {{$total_allowance}} Total Deductions{{$total_deductions + $other}}{{$total_deductions}}
Net Pay {{getCurrencyCode()}} {{$record->paid_amount}}

Signature