@foreach ($page_init['menu_profile'] as $item) @if ($item['name'] != 'logout') @php $chk_str = str_contains($page_init['menu_profile_route'], $item['name']); @endphp {{ $item['label'] }} @else
{{ $item['label'] }} @endif @endforeach