{{__('Payslip')}}


{{__('Name')}} : {{$employee->name}}
{{__('Position')}} : {{__('Employee')}}
{{__('Salary Date')}} : {{\Auth::user()->dateFormat( $employee->created_at)}}
{{\Utility::getValByName('company_name')}}
{{\Utility::getValByName('company_address')}} , {{\Utility::getValByName('company_city')}},
{{\Utility::getValByName('company_state')}}-{{\Utility::getValByName('company_zipcode')}}
{{__('Salary Slip')}} : {{ \Auth::user()->dateFormat( $payslip->salary_month)}}
@foreach($payslipDetail['earning']['allowance'] as $allowance) @endforeach @foreach($payslipDetail['earning']['commission'] as $commission) @endforeach @foreach($payslipDetail['earning']['otherPayment'] as $otherPayment) @endforeach @foreach($payslipDetail['earning']['overTime'] as $overTime) @endforeach
{{__('Earning')}} {{__('Title')}} {{__('Amount')}}
{{__('Basic Salary')}} - {{ \Auth::user()->priceFormat( $payslip->basic_salary)}}
{{__('Allowance')}} {{$allowance->title}} {{ \Auth::user()->priceFormat( $allowance->amount)}}
{{__('Commission')}} {{$commission->title}} {{ \Auth::user()->priceFormat( $commission->amount)}}
{{__('Other Payment')}} {{$otherPayment->title}} {{ \Auth::user()->priceFormat( $otherPayment->amount)}}
{{__('OverTime')}} {{$overTime->title}} {{ \Auth::user()->priceFormat( $overTime->amount)}}
@foreach($payslipDetail['deduction']['loan'] as $loan) @endforeach @foreach($payslipDetail['deduction']['deduction'] as $deduction) @endforeach
{{__('Deduction')}} {{__('Title')}} {{__('Amount')}}
{{__('Loan')}} {{$loan->title}} {{ \Auth::user()->priceFormat( $loan->amount)}}
{{__('Saturation Deduction')}} {{$deduction->title}} {{ \Auth::user()->priceFormat( $deduction->amount)}}
{{__('Total Earning')}}
{{ \Auth::user()->priceFormat($payslipDetail['totalEarning'])}}
{{__('Total Deduction')}}
{{ \Auth::user()->priceFormat($payslipDetail['totalDeduction'])}}

{{__('Net Salary')}}
{{ \Auth::user()->priceFormat($payslip->net_payble)}}

{{__('Employee Signature')}}

{{__('Paid By')}}