@php $tabs = menu()->getCurrentActiveMenu('admin')?->getChildren(); @endphp @if ( $tabs && $tabs->isNotEmpty() )
@foreach ($tabs as $tab)
{{ $tab->getName() }}
@endforeach
@endif