{!! Form::label('employee_id','Employee ID') !!}
{!! Form::number('employee_id', null, ['class' => 'form-control', 'data-parsley-required'=>'true', 'data-parsley-trigger'=>'change', 'placeholder'=>'Enter Employee ID','required', 'maxlength'=>"25"]) !!}
{!! Form::label('name',' Employee Name') !!}
{!! Form::text('name', null, ['class' => 'form-control', 'data-parsley-required'=>'true', 'data-parsley-trigger'=>'change', 'placeholder'=>'Name','required', 'maxlength'=>"100"]) !!}
{!! Form::label('email','Employee Email') !!}
{!! Form::email('email', null ,['class' => 'form-control', 'data-parsley-required'=>'true', 'data-parsley-trigger'=>'change', 'placeholder'=>'Enter Employee Email', 'maxlength'=>"100"]) !!}
{{--
{!! Form::label('city','City') !!}
{!! Form::text('city', null, ['class' => 'form-control', 'data-parsley-required'=>'true', 'data-parsley-trigger'=>'change', 'placeholder'=>'City','required', 'maxlength'=>"100"]) !!}
{!! Form::label('address','ADDRESS') !!}
{!! Form::text('address', null, ['class' => 'form-control', 'data-parsley-required'=>'true', 'data-parsley-trigger'=>'change', 'placeholder'=>'Address','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('distributor_id', 'Distributor Name') !!}
{!! Form::select('distributor_id[]', $distribution, $dis_emp, ['class'=>'form-control' , 'class' => '4colactive searchlist'])!!}
--}}
{!! Form::label('distributor_id','Distributor Name') !!}
{!! Form::select('distributor_id[]', $distribution, $dis_emp, ['class'=>'4colactive searchlist' , 'multiple' => 'multiple','data-parsley-trigger' => 'change', ])!!}
{!! Form::label('userpassword','User Password') !!}
{!! Form::password('password', ['class' => 'form-control', 'data-parsley-required'=>'true', 'data-parsley-trigger'=>'change', 'placeholder'=>'Enter Employee Password','required', 'maxlength'=>"100"]) !!}

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