{!! Form::label('title','Title') !!}
{!! Form::text('title' , $category->title , ['class' => 'form-control','placeholder' => 'Title','required'=>'true']) !!}
@if( 1 == 2 )
{!! Form::label('item_parent','Parent') !!}
{!! Form::select('item_parent' , $parent_categories, $category->parent_id , ['class' => 'form-control','placeholder' => 'Select Parent']) !!}
@else
@endif
@if($category->id > 0)
@endif