{!! Form::open(['url' => action('WakeUpController@update', $call->id), 'method' => 'PUT', 'id' => 'call_edit_form' ]) !!}

Edit Wake Up Call

{!! Form::label('customer_id', __('Customer') . ':*') !!} {!! Form::select('customer_id', $customers, $call->customer_id, ['class' => 'form-input', 'id'=>'seachable-select', 'placeholder' => __('Select Customer'), 'required']); !!}
{!! Form::close() !!}