{{__('obs.grand_total')}} @if($report_format->department==1) @endif @if($report_format->card_no==1) @endif @if($report_format->emp_no==1) @endif @if($report_format->joining_date==1) @endif {{number_format($total_per_year_gross)}} @if($report_format->gross==1) {{number_format($grand_total_gross)}} @endif @if($report_format->basic==1) {{number_format($grand_total_basic)}} @endif {{-- Gross Allowance --}} @if($report_format->gross_allowance==1) @foreach($allowances as $allowance) {{-- {{number_format(abs(array_sum($total_salary_allowance[$allowance->id])))}} --}} @endforeach @endif @if($report_format->per_day_gross==1) {{number_format($total_per_day_gross)}} @endif {{number_format($grand_total_missing_salary)}} {{number_format($total_salary_to_pay)}} @if($report_format->ot_hour ==1) {{number_format($grand_total_ot_amount)}} @endif {{number_format($grand_total_earned_salary)}} {{number_format($grand_total_late_amount)}} {{number_format($grand_total_absent_amount)}} {{number_format($grand_loan_total)}} {{number_format($grand_advance_total)}} @foreach($other_deduct_allowances as $data) {{number_format(abs(array_sum($total_other_allowance[$data->id])))}} @endforeach {{number_format(abs($total_add_deduct_amount))}} {{number_format($grand_total_deduction)}} {{-- --}} {{-- {{number_format(abs($total_add_deduct_amount))}} --}} {{number_format($grand_net_payable)}}   @if($grand_net_payable > 0)
@php $total_pay_in_word = number_format(round($grand_net_payable)); $converted_amount_in_text = convert_number($grand_net_payable); @endphp {{__('obs.in_words')}} : @php echo $converted_amount_in_text; @endphp {{__('obs.taka_only')}}
{{$company_policy}}
@endif