@php( $plans = \App\elife_plan::wherestatus('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)}} --}}
Plan Name Speed Devices Monthly Charges Installation Charges Contract Commitment
@foreach ($addons as $key => $addon) @if($key < $count)
id}} {{ $ch_addons[$key]->addon_id == $addon->id ? 'checked' : '' }}>
{{-- @e --}} @endif @endforeach

Remarks *