{!! Form::open(['url' => url('operation/flight-schedule-flights/delete'), 'method' => "post", 'class' => 'form-horizontal', 'id' => 'confirmation-form']) !!}
{!! Form::hidden("schedule_id", $schedule->id) !!} {!! Form::hidden("airline_id", $airline->id) !!} {!! Form::hidden("id", null) !!} {!! Form::hidden("flight_schedule_ids", null, ['id' => 'flight_schedule_ids']) !!}

Confirmation

Are you sure you want to remove the schedule?

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