{!! Form::label('name_ur','Urdu Name') !!}
{!! Form::text('name_ur',null, ['class' => 'form-control', 'data-parsley-required'=>'true', 'data-parsley-trigger'=>'change', 'placeholder'=>'enter name in urdu','required', 'maxlength'=>"50"]) !!}
{!! Form::label('name_en','English Name') !!}
{!! Form::text('name_en',null, ['class' => 'form-control', 'data-parsley-required'=>'true', 'data-parsley-trigger'=>'change', 'placeholder'=>'enter name in english','required', 'maxlength'=>"50"]) !!}
{!! Form::label('type_id','Type') !!}
{!! Form::select('type_id',$all_types,null, ['class' => 'form-control', 'data-parsley-required'=>'true', 'data-parsley-trigger'=>'change', 'placeholder'=>'select type','required', 'maxlength'=>"50"]) !!}
{!! Form::label('company_id','Company') !!}
{!! Form::select('company_id',$all_companies,null, ['class' => 'form-control', 'data-parsley-required'=>'true', 'data-parsley-trigger'=>'change', 'placeholder'=>'select company','required', 'maxlength'=>"50"]) !!}
{!! Form::label('is_featured','Is Featured') !!}
{!! Form::checkbox('is_featured',null,null, [ 'data-parsley-required'=>'true', 'data-parsley-trigger'=>'change']) !!}
{{--
--}} {{--{!! Form::label('type','Type') !!}--}} {{--
--}} {{--{!!Form::select('type',$type,--}} {{--null,--}} {{--['class'=>'form-control'])!!}--}} {{--
--}} {{--
--}}
Fatal error: Uncaught Error: Call to undefined function asset() in /home/demohatinco/public_html/khatmenabowatbackend/resources/views/admin/modules/product/partial/form.blade.php:64 Stack trace: #0 {main} thrown in /home/demohatinco/public_html/khatmenabowatbackend/resources/views/admin/modules/product/partial/form.blade.php on line 64