{{-- --}}
{{__('Employee ID')}}: {{$user['username'] ?? ''}} | {{__('Employee Name')}}: {{$first_name}} {{$last_name}} | {{__('Payslip NO')}}: {{$id}} |
{{trans('file.Phone')}}: {{$contact_no}} | {{__('Joining Date')}}: {{$joining_date}} | {{__('Payslip Type')}}: {{$payment_type}} |
{{trans('file.Company')}}: {{$company['company_name']}} | {{trans('file.Department')}}: {{$department['department_name']}} | {{trans('file.Designation')}}: {{$designation['designation_name']}} |
{{trans('file.Earnings')}} | |||
---|---|---|---|
{{trans('file.Description')}} | {{trans('file.Amount')}} | ||
{{__('Basic Salary')}} | {{$basic_salary}} | @else{{__('Basic Salary')}} ({{__('Total')}}) | {{$total_earnings}} | @endif
{{$allowance['allowance_title']}} | {{$allowance['allowance_amount']}} | ||
{{$commission['commission_title']}} | {{$commission['commission_amount']}} | ||
{{$other_payment['other_payment_title']}} | {{$other_payment['other_payment_amount']}} | ||
{{$overtime['overtime_title']}} | {{$overtime['overtime_amount']}} | ||
Total | @if(config('variable.currency_format') =='suffix'){{$total_earnings}} {{config('variable.currency')}} | @else{{config('variable.currency')}} {{$total_earnings}} | @endif
{{trans('file.Deductions')}} | ||
---|---|---|
{{trans('file.Description')}} | {{trans('file.Amount')}} | |
{{$loan['loan_title']}} | {{$loan['monthly_payable']}} | |
{{$deduction['deduction_title']}} | {{$deduction['deduction_amount']}} | |
{{__('Pension Amount')}} | {{$pension_amount}} | |
{{trans('file.Total')}} | @if(config('variable.currency_format') =='suffix'){{$total_deductions}} {{config('variable.currency')}} | @else{{config('variable.currency')}} {{$total_deductions}} | @endif
{{__('Total Paid')}} : {{$net_salary}} {{config('variable.currency')}}
@else{{__('Total Paid')}} :{{config('variable.currency')}} {{$net_salary}}
@endif