@if (!empty($menuData))
{{$menuData[$active]['title']}}
@foreach ($menuData as $index => $item)
{{$item['title']}}
@endforeach
@endif