@extends('layouts/microfin_layout') @section('title', '| Opening Member & Samity Information List') @section('content') @php $branchSelected = isset($_GET['filBranch']) ? $_GET['filBranch'] : $userBranchId; @endphp

OPENING MEMBER & SAMITY INFORMATION LIST

@if($userBranchId == 1) {!! Form::open(array('url' => 'mfn/branchOpeningMemberSamityInformation', 'role' => 'form', 'class'=>'form-horizontal form-groups', 'id' => 'filterFormId', 'method'=>'get')) !!}
{!! Form::label('', 'Branch:', ['class' => 'control-label pull-left']) !!}
{!! Form::select('filBranch', [''=>'--Select--']+$branchList, $branchSelected ,['id'=>'filBranch','class'=>'form-control input-sm','autocomplete'=>'off']) !!}
{!! Form::label('', '', ['class' => 'control-label col-md-12']) !!}
{!! Form::submit('Search', ['id' => 'searchButton', 'class' => 'btn btn-primary btn-xs']); !!}
{!! Form::close() !!} @endif @foreach ($openingData as $key => $opData) @endforeach
SL# Loan Product Action
{{ $key+1 }} {{ $loanProducts->where('id',$opData->productIdFk)->first()->name }}    
{{-- Delete Modal --}} {{-- End Delete Modal --}} @endsection