{!! Form::open(['url' => action('WakeUpController@store'), 'method' => 'post', 'id' => 'call_add_form' ]) !!}

Add Wake Up Call

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