{!! Form::open(['role' => 'form', 'class' => 'form-horizontal form-groups', 'id' => 'memberInfoUpdateForm']) !!}
| SL# | @if($samityRequest == '')Samity | @endifMember | |||||||
|---|---|---|---|---|---|---|---|---|---|
| Code | Name | @endifBranch | Code | Name | Admission Date | MonthlyIncome | |||
| {{++$slNo}} | @if( $samityRequest == 0 ) @if ($slNo==1 || $isSamityChanged==1){{substr($samity->code,4)}} | {{$samity->name}} | @endif @endif{{(str_pad($branch->branchCode,3,0,STR_PAD_LEFT))}} - {{$branch->name}} | {{$memberInfo->memberCode}} | {{$memberInfo->memberName}} | {{ date( 'd-m-Y', strtotime($memberInfo->admissionDate) ) }} | {!! Form::text('monthlyIncome[]', $value = $memberInfo->monthlyIncome, ['class' => 'form-control text-right monthlyIncome', 'type' => 'text', 'autocomplete' => 'off']) !!} | ||