{!! Form::label('name','Name') !!}
{!! Form::text('name', $item->name, ['class' => 'form-control','placeholder' => 'Name','required'=>'true']) !!}
{!! Form::label('page_id','Select a Link') !!}
{!! Form::label('custom_link','Custom Link') !!}
{!! Form::text('custom_link' , $item->custom_link , ['class' => 'form-control','placeholder' => 'Custom Link']) !!}
{!! Form::checkbox('open_in_new_window', 1 , $new_window ) !!}
{!! Form::label('open_in_new_window','Open in New Window') !!}
@if( $item->id > 0 )
@endif