{!! Form::label('title','Title') !!}
{!! Form::text('title',null, ['class' => 'form-control', 'data-parsley-required'=>'true', 'data-parsley-trigger'=>'change', 'placeholder'=>'title','required', 'maxlength'=>"250"]) !!}
{!! Form::label('description','Description') !!}
{!! Form::textarea('description',null, [ 'class'=>"ckeditor form-control" , 'id'=>"summary-ckeditor", 'data-parsley-required'=>'true', 'data-parsley-trigger'=>'change', 'placeholder'=>'Enter description','required', 'maxlength'=>"250"]) !!}

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