@extends('admin.dashboard') @section('title', 'Category View') @section('adminContent')
@foreach ($allMenuView as $menus)
{{ $menus->menu_name }}
@if ($menus->subMenu->isNotEmpty())
@endif
@endforeach @endsection