xxxxxxxxxx
protected $contact_way = ['email', 'phone'];
xxxxxxxxxx
@foreach($customer_event['contact_way']'as $contact)
<option value="{{$contact}}" @if($contact == $customer_event->contact_way) "selected" @endif >{{ $contact}}</option>
@endforeach