@if($data['emp_loan_info'] != null)

Loan Status:

Salary Advanced {{ number_format($data['emp_loan_info']['salary_advanced_loan_amount'], 2) }} Vehicle Loan {{ number_format($data['emp_loan_info']['vehicle_loan_amount'], 2) }} PF Loan {{ number_format($data['emp_loan_info']['pf_loan_amount'], 2) }} Other Loan loan_N_equipment_N_financial_claim->other_loan)) value='{{ $historyData->loan_N_equipment_N_financial_claim->other_loan }}' @elseif($data['getLatestAmountValue'] != null && isset($data['getLatestAmountValue']['other_loan'])) value='{{ $data['getLatestAmountValue']['other_loan'] }}' @else value='' @endif />

@endif @if(count($data['equipment_info']) != 0)

Information Of Any Given Equipment To The Employee By The Organization (If Any): Must Be User Based Input

@for($i=0; $i @php $i++; $tempAttribute = (isset($data['equipment_info'][$i])) ? ''.$data['equipment_info'][$i]['id'].'' : null; @endphp @if(isset($data['equipment_info'][$i])) @else @endif @endfor
{{ $data['equipment_info'][$i]['name'] }} loan_N_equipment_N_financial_claim->equipment->$tempAttribute)) value='{{ $historyData->loan_N_equipment_N_financial_claim->equipment->$tempAttribute }}' @elseif($tempAttribute != null && $data['getLatestAmountValue'] != null && isset($data['getLatestAmountValue']['equipment']->$tempAttribute)) value='{{ $data['getLatestAmountValue']['equipment']->$tempAttribute }}' @else value='' @endif /> {{ $data['equipment_info'][$i]['name'] }} loan_N_equipment_N_financial_claim->equipment->$tempAttribute)) value='{{ $historyData->loan_N_equipment_N_financial_claim->equipment->$tempAttribute }}' @elseif($tempAttribute != null && $data['getLatestAmountValue'] != null && isset($data['getLatestAmountValue']['equipment']->$tempAttribute)) value='{{ $data['getLatestAmountValue']['equipment']->$tempAttribute }}' @else value='' @endif />
Total loan_N_equipment_N_financial_claim->equipment->total_value)) value='{{ $historyData->loan_N_equipment_N_financial_claim->equipment->total_value }}' @elseif($data['getLatestAmountValue'] != null && isset($data['getLatestAmountValue']['equipment']->total_value)) value='{{ $data['getLatestAmountValue']['equipment']->total_value }}' @else value='' @endif />

@endif @if(count($data['financial_claim_info']) != 0)

Financial Claim From Work Station:

@for($i=0; $i @php $i++; $tempAttribute = (isset($data['financial_claim_info'][$i])) ? ''.$data['financial_claim_info'][$i]['id'].'' : null; @endphp @if(isset($data['financial_claim_info'][$i])) @else @endif @endfor
{{ $data['financial_claim_info'][$i]['name'] }} loan_N_equipment_N_financial_claim->financial_claim->$tempAttribute)) value='{{ $historyData->loan_N_equipment_N_financial_claim->financial_claim->$tempAttribute }}' @elseif($tempAttribute != null && $data['getLatestAmountValue'] != null && isset($data['getLatestAmountValue']['financial_claim']->$tempAttribute)) value='{{ $data['getLatestAmountValue']['financial_claim']->$tempAttribute }}' @else value='' @endif /> {{ $data['financial_claim_info'][$i]['name'] }} loan_N_equipment_N_financial_claim->financial_claim->$tempAttribute)) value='{{ $historyData->loan_N_equipment_N_financial_claim->financial_claim->$tempAttribute }}' @elseif($tempAttribute != null && $data['getLatestAmountValue'] != null && isset($data['getLatestAmountValue']['financial_claim']->$tempAttribute)) value='{{ $data['getLatestAmountValue']['financial_claim']->$tempAttribute }}' @else value='' @endif />
Total loan_N_equipment_N_financial_claim->financial_claim->total_value)) value='{{ $historyData->loan_N_equipment_N_financial_claim->financial_claim->total_value }}' @elseif($data['getLatestAmountValue'] != null && isset($data['getLatestAmountValue']['financial_claim']->total_value)) value='{{ $data['getLatestAmountValue']['financial_claim']->total_value }}' @else value='' @endif />

@endif