{!! Form::label('tour_points',trans('messages.checkpoint'),[])!!}
{!! Form::select('tour_points[]',$tour_checkpoints,'',['class'=>'form-control show-tick','title'=>trans('messages.select_one_or_more'),'multiple'=>'multiple','data-actions-box'=>"true",'id'=>'tour_points'])!!}
{{--
{!! Form::label('weight',trans('messages.weight'),[])!!}
{!! Form::input('number','weight',isset($point->weight) ? $point->weight : '',['class'=>'form-control','placeholder'=>trans('messages.weight'),'min'=>0])!!}
--}}
{!! Form::submit(isset($buttonText) ? $buttonText : trans('messages.add'),['class' => 'btn btn-primary pull-right']) !!}