@php function makeMenu($navarray){ $list = ''; $list .= ""; return $list; } @endphp
Categories