{!! Form::open(array('name' => 'searchForm', 'class' => 'searchForm', 'id' => 'searchForm', 'url' =>
'#', 'method' => 'GET')) !!}
{{-- @if(!in_array($userRoleId, Config('services.branch_level_user_roles'))) --}}
{{-- Start of report level --}}
{{-- end of report level --}}
{{-- Start of area level --}}
{{-- end of area level --}}
{{-- start of zone level --}}
{{-- End of zone level --}}
{{-- Start of region level --}}
{{-- End of region level --}}
{{-- Start of branch level --}}
{{-- end of branch level --}}
{{-- @endif --}}
{{-- @if(in_array($userRoleId, Config('services.branch_level_user_roles')))
@endif --}}
{!! Form::label('samity', 'Samity:*', ['class' => 'control-label']) !!}
{!! Form::select('samityId', array('' => 'All'), null, array('class'=>'form-control', 'id' =>
'samityId')) !!}
{!! Form::label('report option', 'Report Option:*', ['class' => 'control-label']) !!}
{!! Form::select('optioId', array('0' => 'Summary', '1' => 'Details'), null,
array('class'=>'form-control', 'id' => 'optioId')) !!}
{!! Form::label('fillSavingsProduct', 'Savings Product:*', ['class' => 'control-label']) !!}
{!! Form::select('fillSavingsProduct', $savingsProducts, '', array('class'=>'form-control', 'id'
=> 'fillSavingsProduct')) !!}
{!! Form::label('date from', 'Date From:*', ['class' => 'control-label']) !!}
{!! Form::text('dateFrom', $value = null, ['class' => 'form-control', 'id' => 'dateFrom', 'type'
=> 'text', 'readonly' => 'readonly']) !!}
{!! Form::label('date to', 'Date To:*', ['class' => 'control-label']) !!}
{!! Form::text('dateTo', $value = null, ['class' => 'form-control', 'id' => 'dateTo', 'type' =>
'text', 'readonly' => 'readonly']) !!}
{!! Form::label('', '', ['class' => 'control-label']) !!}
{!! Form::submit('Show Report', ['id' => 'submit', 'class' => 'btn btn-search', 'style' =>
'float:right;color:white']) !!}