@php $logo=asset(Storage::url('uploads/logo/')); $company_logo=Utility::getValByName('company_logo'); @endphp
{{__('Earning')}} | {{__('Title')}} | {{__('Type')}} | {{__('Amount')}} | |
---|---|---|---|---|
{{__('Basic Salary')}} | - | - | {{ \Auth::user()->priceFormat( $payslip->basic_salary)}} | |
{{__('Allowance')}} | {{$allowance->title}} | {{ucfirst($allowance->type)}} | @if ($allowance->type != 'percentage'){{ \Auth::user()->priceFormat( $allowance->amount)}} | @else{{ ( $allowance->amount)}}% (${{ $empdallow }}) | @endif
{{__('Commission')}} | {{$commission->title}} | {{ucfirst($commission->type)}} | @if ($commission->type != 'percentage'){{ \Auth::user()->priceFormat( $commission->amount)}} | @else{{ ( $commission->amount)}}% (${{ $empcomm }}) | @endif
{{__('Other Payment')}} | {{$otherPayment->title}} | {{ucfirst($otherPayment->type)}} | @if ($otherPayment->type != 'percentage'){{ \Auth::user()->priceFormat( $otherPayment->amount)}} | @else{{ ( $otherPayment->amount)}}% (${{ $emppayment }}) | @endif
{{__('OverTime')}} | {{$overTime->title}} | - | {{ \Auth::user()->priceFormat( $overTime->amount)}} |
{{__('Deduction')}} | {{__('Title')}} | {{__('type')}} | {{__('Amount')}} | |
---|---|---|---|---|
{{__('Loan')}} | {{$loan->title}} | {{ucfirst($loan->type)}} | @if ($loan->type != 'percentage'){{ \Auth::user()->priceFormat( $loan->amount)}} | @else{{ ( $loan->amount)}}% (${{ $emploan }}) | @endif
{{__('Saturation Deduction')}} | {{$deduction->title}} | {{ucfirst($deduction->type)}} | @if ($deduction->type != 'percentage'){{ \Auth::user()->priceFormat( $deduction->amount)}} | @else{{ ( $deduction->amount)}}% (${{$empdeduction}}) | @endif
{{__('Employee Signature')}}
{{__('Paid By')}}