{!! Form::open(['url' => url('library/multiple-delete'), 'method' => "post", 'class' => 'form-horizontal', 'id' => 'confirmation-form']) !!}
{!! Form::hidden("library_ids", null, ['id' => 'library_ids']) !!}

Confirmation

Are you sure you want to remove selected items?

{!! Form::submit('Yes', ['name' => 'create', 'class' => 'btn btn-danger', 'id' => 'library-confirmation-button']) !!}
{!! Form::close() !!}