@extends('layouts/microfin_layout') @section('title', '| Member Samity Transfer List') @section('content')
@if(Auth::user()->branchId!=1) Add Member Samity Transfer @endif
{!! Form::open(array('name' => 'searchForm', 'class' => 'searchForm', 'url' => 'viewMemberSamityTransfer', '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('newSamity', 'New Samity:', ['class' => 'control-label']) !!}
{!! Form::select('newSamityId', array('' => 'Select') + ($damageData['samity']), null, array('class'=>'form-control', 'id' => 'newSamityId')) !!}
{!! Form::label('oldSamity', 'Old Samity:', ['class' => 'control-label']) !!}
{!! Form::select('oldSamityId', array('' => 'Select') + ($damageData['samity']), null, array('class'=>'form-control', 'id' => 'oldSamityId')) !!}
{!! 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('newMemberCode', 'New Member Code:', ['class' => 'control-label']) !!}
{!! Form::text('newMemberCode', $value = null, ['class' => 'form-control', 'id' => 'newMemberCode', 'type' => 'text']) !!}
{!! Form::label('oldMemberCode', 'Old Member Code:', ['class' => 'control-label']) !!}
{!! Form::text('oldMemberCode', $value = null, ['class' => 'form-control', 'id' => 'oldMemberCode', '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 Samity Transfer List


Warning: Undefined variable $damageData in /home/shikkhaplus/public_html/demo_bk/resources/views/microfin/member/memberSamityTransfer/viewMemberSamityTransfer.blade.php on line 70

Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/demo_bk/resources/views/microfin/member/memberSamityTransfer/viewMemberSamityTransfer.blade.php on line 70

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