@if (isset($array_tabmenu)) @foreach ($array_tabmenu as $tabmenu)
  • {{ $tabmenu['title'] or '' }}
  • @endforeach @endif