@php // dd(array_merge(Session::get('attributeOptionArr'))); $selected = []; if (Session::get('attributeOptionArr')) { foreach (Session::get('attributeOptionArr') as $key => $value) { foreach ($value as $key2 => $value2) { $selected[] = $value2; } } } @endphp