{{-- //$navigation = filament()->getNavigation(); //dd($navigation); --}} @props(['content' => null])
{{-- --}}
@if(isset($navigation))
Creator Connect
@foreach ( $navigation as $navi )
{{$navi['label']}}
@endforeach
@endif
@if(isset($content)) {{$content}} @endif