@extends('layouts/microfin_layout') @section('title', '| Member Closing') @section('content')
{!! Form::open(array('name' => 'searchForm', 'class' => 'searchForm', 'url' => 'viewMemberClosing', 'method' => 'GET')) !!} @if(Auth::user()->branchId==1)
{!! Form::label('branch', 'Branch:', ['class' => 'control-label']) !!}
{!! Form::select('branchId', array('' => 'Select') + ($damageData['branchList']), null, array('class'=>'form-control', 'id' => 'branchId')) !!}
@endif
{!! Form::label('samity', 'Samity:', ['class' => 'control-label']) !!}
{!! Form::select('samityId', array('' => 'Select') + ($damageData['samity']), null, array('class'=>'form-control', 'id' => 'samityId')) !!}
{!! Form::label('primary product', 'Primary Product:', ['class' => 'control-label']) !!}
{!! Form::select('primaryProductId', array('' => 'Select') + ($damageData['primaryProduct']), null, array('class'=>'form-control', 'id' => 'primaryProductId')) !!}
{!! Form::label('memberCode', 'Member Code:', ['class' => 'control-label']) !!}
{!! Form::text('memberCode', $value = null, ['class' => 'form-control', 'id' => 'memberCode', 'type' => 'text']) !!}
{!! Form::label('date from', 'Date From:', ['class' => 'control-label']) !!}
{!! Form::text('dateFrom', $value = null, ['class' => 'form-control datepicker', 'id' => 'dateFrom', 'type' => 'text', 'readonly' => 'readonly']) !!}
{!! Form::label('date to', 'Date To:', ['class' => 'control-label']) !!}
{!! Form::text('dateTo', $value = null, ['class' => 'form-control datepicker', 'id' => 'dateTo', 'type' => 'text', 'readonly' => 'readonly']) !!}
{!! Form::label('', '', ['class' => 'control-label']) !!}
{!! Form::submit('Search', ['id' => 'submit', 'class' => 'btn btn-search']) !!}
{!! Form::close() !!}

Member Closing List


Warning: Undefined variable $damageData in /home/shikkhaplus/public_html/guk_bk/resources/views/microfin/member/memberClosing/viewMemberClosing.blade.php on line 64

Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/guk_bk/resources/views/microfin/member/memberClosing/viewMemberClosing.blade.php on line 64

Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /home/shikkhaplus/public_html/guk_bk/resources/views/microfin/member/memberClosing/viewMemberClosing.blade.php:64 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/guk_bk/resources/views/microfin/member/memberClosing/viewMemberClosing.blade.php on line 64