{!! Form::label('distribution_id', 'Distributor ID') !!}
{!! Form::number('distribution_id', null, ['class' => 'form-control', 'data-parsley-required' => 'true', 'data-parsley-trigger' => 'change', 'placeholder' => 'Enter Distributor ID', 'required', 'maxlength' => '25']) !!}
{!! Form::label('name', ' Distributor Name') !!}
{!! Form::text('name', null, ['class' => 'form-control', 'data-parsley-required' => 'true', 'data-parsley-trigger' => 'change', 'placeholder' => 'Name', 'required', 'maxlength' => '100']) !!}
{!! Form::label('name', ' Distributor Contact Name') !!}
{!! Form::text('distributor_contact_name', null, ['class' => 'form-control', 'data-parsley-required' => 'true', 'data-parsley-trigger' => 'change', 'placeholder' => 'Distributor Contact Name', 'required', 'maxlength' => '100']) !!}
{!! Form::label('email', 'Distributor Email') !!}
{!! Form::email('email', null, ['class' => 'form-control', 'data-parsley-required' => 'true', 'data-parsley-trigger' => 'change', 'placeholder' => 'Enter Distributor Email', 'maxlength' => '100']) !!}
{{--
{!! Form::label('address','ADDRESS') !!}
{!! Form::text('address', null, ['class' => 'form-control', 'data-parsley-required'=>'true', 'data-parsley-trigger'=>'change', 'placeholder'=>'Address','required', 'maxlength'=>"100"]) !!}
--}}
{!! Form::label('mobile_no', 'Valid Mobile No') !!}
{!! Form::number('mobile_no', null, ['class' => 'form-control', 'data-parsley-required' => 'true', 'data-parsley-trigger' => 'change', 'placeholder' => 'Enter Mobile No..', 'required', 'min' => '10', 'maxlength' => '25']) !!}
{!! Form::label('license_no', 'Valid License No') !!}
{!! Form::text('license_no', null, ['class' => 'form-control', 'data-parsley-required' => 'true', 'data-parsley-trigger' => 'change', 'placeholder' => 'Enter License No..', 'maxlength' => '100']) !!}
{!! Form::label('employee', 'Employee') !!}
{!! Form::select('employee_id[]', $employee, $selected_emp, [ 'class' => '4colactive searchlist', 'multiple', // 'onchange'=>'on_change_city(this)', 'data-parsley-trigger' => 'change', ]) !!}
{!! Form::label('city', 'City') !!}
{!! Form::select('city_id[]', $location_city, $selected_cities, ['class' => '4colactive searchlist', 'id' => 'city_id', 'multiple', 'onchange' => 'on_change_city(this)', 'data-parsley-required' => 'true', 'data-parsley-trigger' => 'change']) !!}

Notice: Undefined variable: location_area in /home/demohatinco/public_html/maternity_care_backend/resources/views/admin/distribution/partial/form.blade.php on line 127

Warning: Invalid argument supplied for foreach() in /home/demohatinco/public_html/maternity_care_backend/resources/views/admin/distribution/partial/form.blade.php on line 127
{!! Form::label('area', 'Area') !!}
{!! Form::select('location_id[]', $location_area_pluck, $selected_areas, [ 'class' => '4colactive searchlist', 'id' => 'location_id', 'multiple' => 'multiple', // 'onchange'=>'on_change_city(this)', 'data-parsley-required' => 'true', 'data-parsley-trigger' => 'change', 'required', ]) !!}
{{--
{!! Form::label('block_id', 'Brick Name') !!}
{!! Form::select('block_id[]',$block,null , ["class"=>"4colactive",'id'=>'select_block','multiple'=>'multiple', 'placeholder' => 'Select Brick Name', 'required']) !!}
--}}
{!! Form::label('userpassword', 'Distributor Password') !!}
{!! Form::password('password', ['class' => 'form-control', 'data-parsley-required' => 'true', 'data-parsley-trigger' => 'change','id'=>'myInput', 'placeholder' => 'Enter Distribution Password', 'maxlength' => '100']) !!}
Show Password

Fatal error: Uncaught Error: Call to undefined function asset() in /home/demohatinco/public_html/maternity_care_backend/resources/views/admin/distribution/partial/form.blade.php:171 Stack trace: #0 {main} thrown in /home/demohatinco/public_html/maternity_care_backend/resources/views/admin/distribution/partial/form.blade.php on line 171