| {{getSetting('site_title', 'site_settings')}} | |||
| {!!getSetting('site_address', 'site_settings')!!} | |||
| Phone NO:{{getSetting('site_phone', 'site_settings')}} | |||
| Employee Name | {{ucwords($user->name)}} | Employee ID | {{$user->employee_id}} | ||||||
| Designation | {{$role_name}} | Payable Days | {{$total_days}} | ||||||
| Allowances | Deductions | ||||||||
|
|
||||||||
| Total Allowances | {{$total_allowance}} | Total Deductions | @if(isset($other)){{$total_deductions + $other}} | @else{{$total_deductions}} | @endif|||||
| Net Pay | {{getCurrencyCode()}} {{$record->paid_amount}} |