{!! Form::label('name','Product Name') !!}
{!! Form::text('name', null, ['class' => 'form-control', 'data-parsley-required'=>'true', 'data-parsley-trigger'=>'change', 'placeholder'=>' Enter Product Name','required', 'maxlength'=>"100"]) !!}
{!! Form::label('name','Category Name') !!}
{!! Form::select('category_id', $category, null,['class' => 'form-control', 'data-parsley-required'=>'true', 'data-parsley-trigger'=>'change', 'placeholder'=>' Enter Category ','required', 'maxlength'=>"100"]) !!}

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