{!! Form::label('name','Name') !!}
{!! Form::text('name', $menuItem->name , ['class' => 'form-control','placeholder' => 'Name','required'=>'true']) !!}
{!! Form::text('custom_link', $menuItem->pageTitle() , ['class' => 'form-control searchPageCategory', 'placeholder' => 'Search Page, Category or Enter Link...', 'required'=>'true']) !!}
{{ Form::checkbox('open_in_new_window', null , $new_window) }}
{!! Form::label('open_in_new_window','Open in a new window') !!}
@if( ( !isset($hideParent) or !$hideParent ) and 1 == 2 )
@endif
@if( $menu->isMega() and $menuItem->isTopParent() and $menuItem->id > 0 )
{!! Form::text('extra[columns]', $menuItem->columns, ['class' => 'form-control searchPageCategory', 'placeholder' => 'Search Page, Category or Enter Link...', 'required'=>'true']) !!}
@endif
@if( $menu->isMega() )
{!! Form::label('item_width','Width') !!}
{!! Form::select('item_width' , ['small' => 'Small', 'medium' => 'Medium', 'large' => 'Large'] , $itemWidth , ['class' => 'form-control']) !!}
@endif
@if( $menuItem->id > 0 )
@endif