@foreach ($navigations as $nav) @if ($nav->header != 0) @php $subnavigations = \App\Models\Navigation::where('parent_id', $nav->id) ->where('status', 1) ->orderBy('order_level', 'asc') ->get(); @endphp
  • menu_type != 0) target="_blank" @endif>{{ $nav->name }} @if ($nav->connected_module != null or count($subnavigations) > 0) @endif
  • @endif @endforeach