@extends('layouts/microfin_layout') @section('title', '| Member Primary Product Transfer List') @section('content')
@if(Auth::user()->branchId!=1) Add Member Primary Product Transfer @endif
{!! Form::open(array('name' => 'searchForm', 'class' => 'searchForm', 'url' => 'viewMemberPrimaryProductTransfer', '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('new primary product', 'New Primary Product:', ['class' => 'control-label']) !!}
{!! Form::select('newPrimaryProductId', array('' => 'Select') + ($damageData['primaryProduct']), null, array('class'=>'form-control', 'id' => 'newPrimaryProductId')) !!}
{!! Form::label('old primary product', 'Old Primary Product:', ['class' => 'control-label']) !!}
{!! Form::select('oldPrimaryProductId', array('' => 'Select') + ($damageData['primaryProduct']), null, array('class'=>'form-control', 'id' => 'oldPrimaryProductId')) !!}
{!! 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 date', 'id' => 'dateFrom', 'type' => 'text', 'readonly' => 'readonly']) !!}
{!! Form::label('date to', 'Date To:', ['class' => 'control-label']) !!}
{!! Form::text('dateTo', $value = null, ['class' => 'form-control date', 'id' => 'dateTo', 'type' => 'text', 'readonly' => 'readonly']) !!}
{!! Form::label('', '', ['class' => 'control-label']) !!}
{!! Form::submit('Search ', ['id' => 'submit', 'class' => 'btn btn-search']) !!}
{!! Form::close() !!}

Member Primary Product Transfer List


Warning: Undefined variable $damageData in /home/shikkhaplus/public_html/demo_bk/resources/views/microfin/member/memberPrimaryProductTransfer/viewMemberPrimaryProductTransfer.blade.php on line 66

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

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/memberPrimaryProductTransfer/viewMemberPrimaryProductTransfer.blade.php:66 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/demo_bk/resources/views/microfin/member/memberPrimaryProductTransfer/viewMemberPrimaryProductTransfer.blade.php on line 66