@if($child_menu->menus->isEmpty()) @if($child_menu->type == 'static')
  • {{ $child_menu->full_title }} حذف ویرایش
  • @else
  • {{ $child_menu->full_title }} حذف ویرایش
  • @endif @else
  • {{ $child_menu->full_title }} حذف ویرایش
      @foreach ($child_menu->childrenMenus as $childMenu) @include('back.menus.partials.child_menu', ['child_menu' => $childMenu]) @endforeach
  • @endif