@php $optionsId = collect(session()->get('bets')) ->pluck('option_id') ->toArray(); @endphp @foreach ($options as $option)