{!! Form::open(['url' => action('WakeUpController@store'), 'method' => 'post', 'id' => 'call_add_form' ]) !!}
{!! Form::label('customer_id', __('Customer') . ':*') !!}
{!! Form::select('customer_id', $customers, null, ['class' => 'form-input', 'id'=>'seachable-select',
'placeholder' => __('Select Customer'),
'required']); !!}