{!! Form::open(['route' => ['checkpoint.update', $checkpoint->id],'role' => 'form', 'class' => 'checkpoint-edit-form','id' => 'checkpoint-edit-form','data-table-refresh' => 'checkpoint-table']) !!}
@include('tour_checkpoint._form', ['buttonText' => trans('messages.update')])
{!! Form::close() !!}