Create Knowledge Base Area
Create Knowledge Base Area
{!! Form::open(['route' =>'admin.knowledgebasearea.store', 'name'=>'createform', 'id'=>'createform','enctype' => 'multipart/form-data']) !!}
{!! Form::label('name', 'Title', ['class' => 'form-label', 'for' => 'name']) !!}
*
{!! Form::text('name', '', [
'id' => 'name',
'class' => 'form-control',
'placeholder' => 'Enter Title',
'tabindex'=>1
]) !!}
*
{!! Form::close() !!}