@php($plans = \App\elife_plan::wherestatus('1')->get()) @php($planss = \App\elife_plan::wherestatus('1')->where('is_wireless', 1)->get()) @php($addons = \App\addon::wherestatus('1')->get()) @php($ch_addons = \App\chosen_addon::wherelead_id('23')->get()) @php($count = $ch_addons->count()) {{-- {{dd($ch_addons)}} --}} @if ($operation->select_plan == '28' || $operation->select_plan == '29')
@foreach ($addons as $key => $addon) @if ($key < $count)
id }} {{ $ch_addons[$key]->addon_id == $addon->id ? 'checked' : '' }}>
{{-- @e --}} @endif @endforeach
@else
@foreach ($addons as $key => $addon) @if ($key < $count)
id }} {{ $ch_addons[$key]->addon_id == $addon->id ? 'checked' : '' }}>
{{-- @e --}} @endif @endforeach
@endif