HR1
22,westwood
Boston,Canada-7678
Phone: 54324| Email: omega@gmail.com

Payslip: March-2021


{{ __('Employee ID') }}: neo22 {{ __('Employee Name') }}: Neo Dezhi {{ __('Payslip NO') }}: 151
Phone: 67278232 {{ __('Joining Date') }}: 2020/07/01 {{ __('Payslip Type') }}: Hourly
Company: HR Department: Finance Designation:: Finance Manager

{{-- @if ($allowances) @foreach ($allowances as $allowance) @php $total_earnings = $total_earnings + $allowance['allowance_amount'] ; @endphp @endforeach @endif @if ($commissions) @foreach ($commissions as $commission) @php $total_earnings = $total_earnings + $commission['commission_amount'] ; @endphp @endforeach @endif @if ($other_payments) @foreach ($other_payments as $other_payment) @php $total_earnings = $total_earnings + $other_payment['other_payment_amount'] ; @endphp @endforeach @endif @if ($overtimes) @foreach ($overtimes as $overtime) @php $total_earnings = $total_earnings + $overtime['overtime_amount'] ; @endphp @endforeach @endif --}}
Earnings
Description Amount
{{ __('Basic Salary') }} ({{ __('Total') }}) 1800
{{$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 :$ 2090
{{--
@php $total_deductions = 0; @endphp @if ($loans) @foreach ($loans as $loan) @php $total_deductions = $total_deductions + $loan['monthly_payable'] ; @endphp @endforeach @endif @if ($deductions) @foreach ($deductions as $deduction) @php $total_deductions = $total_deductions + $deduction['deduction_amount'] ; @endphp @endforeach @endif
{{trans('file.Deductions')}}
{{trans('file.Description')}} {{trans('file.Amount')}}
{{$loan['loan_title']}} {{$loan['monthly_payable']}}
{{$deduction['deduction_title']}} {{$deduction['deduction_amount']}}
--}}

{{ __('Total Paid') }} ::$ 2090