@extends('layouts/microfin_layout') @section('title', '| Samity Wise Opeing Info') @section('content') @include('successMsg')
| SL | Loan Product | Gender | Cumulative | ||
|---|---|---|---|---|---|
| Name | Loan Disburse | Loan Recovered | Loan No | ||
| {{ $sl }} | {!! Form::hidden('loanProductId[]', $item->id, ['class' => 'form-control']) !!} {{ $item->name }} | @endif@if ($key == 1) Male @else Female @endif {!! Form::hidden('genderType[]', $key, ['class' => 'form-control']) !!} | {!! Form::number('totalLoanAmount[' . $item->id . '][' . $key . ']', null, ['class' => 'form-control', 'style' => 'border: 1px solid #979898;']) !!} | {!! Form::number('totalLoanRecovered[' . $item->id . '][' . $key . ']', null, ['class' => 'form-control','style' => 'border: 1px solid #979898;']) !!} | {!! Form::number('totalLoanNumber[' . $item->id . '][' . $key . ']', null, ['class' => 'form-control','style' => 'border: 1px solid #979898;']) !!} |