dbfdg @php $logo=\App\Models\Utility::get_file('uploads/logo'); $company_logo = \App\Models\Utility::GetLogo(); @endphp
{{__('Earning')}} | {{__('Title')}} | {{__('Type')}} | {{__('Amount')}} | |
---|---|---|---|---|
{{__('Basic Salary')}} | - | - | {{ \Auth::user()->priceFormat( $payslip->basic_salary)}} | |
{{ __('Allowance') }} | {{ $all->title }} | {{ ucfirst($all->type) }} | @if ($all->type != 'percentage'){{ \Auth::user()->priceFormat($all->amount) }} | @else{{ $all->amount }}% ({{ \Auth::user()->priceFormat(($all->amount * $payslip->basic_salary) / 100) }}) | @endif
{{ __('Commission') }} | {{ $empcom->title }} | {{ ucfirst($empcom->type) }} | @if ($empcom->type != 'percentage'){{ \Auth::user()->priceFormat($empcom->amount) }} | @else{{ $empcom->amount }}% ({{ \Auth::user()->priceFormat(($empcom->amount * $payslip->basic_salary) / 100) }}) | @endif
{{ __('Other Payment') }} | {{ $op->title }} | {{ ucfirst($op->type) }} | @if ($op->type != 'percentage'){{ \Auth::user()->priceFormat($op->amount) }} | @else{{ $op->amount }}% ({{ \Auth::user()->priceFormat(($op->amount * $payslip->basic_salary) / 100) }}) | @endif
{{ __('OverTime') }} | {{ $overtime->title }} | - | {{ \Auth::user()->priceFormat($overtime->number_of_days * $overtime->hours * $overtime->rate) }} |
{{__('Deduction')}} | {{__('Title')}} | {{__('type')}} | {{__('Amount')}} | |
---|---|---|---|---|
{{ __('Loan') }} | {{ $emploanss->title }} | {{ ucfirst($emploanss->type) }} | @if ($emploanss->type != 'percentage'){{ \Auth::user()->priceFormat($emploanss->amount) }} | @else{{ $emploanss->amount }}% ({{ \Auth::user()->priceFormat(($emploanss->amount * $payslip->basic_salary) / 100) }}) | @endif
{{ __('Saturation Deduction') }} | {{ $saturationdeduc->title }} | {{ ucfirst($saturationdeduc->type) }} | @if ($saturationdeduc->type != 'percentage'){{ \Auth::user()->priceFormat($saturationdeduc->amount) }} | @else{{ $saturationdeduc->amount }}% ({{ \Auth::user()->priceFormat(($saturationdeduc->amount * $payslip->basic_salary) / 100) }}) | @endif
{{__('Employee Signature')}}
{{__('Paid By')}}