• Home
  • @if ($ecomm_enabled == 1)
  • Shop
      @foreach($categories as $category)
    • {{$category->name}} @if($category->hasChild == true)
        @foreach($category->sub_category as $subCategory)
      • {{$subCategory->name}}‎
          @foreach($subCategory->type as $type)
        • {{$type->name}}
        • @endforeach
      • @endforeach
      @else
        @foreach($category->sub_category as $subCategory)
      • {{$subCategory->name}}
      • @endforeach
      @endif
    • @endforeach
  • @endif
  • Daily Deal
  • Membership
  • Team
  • Blog
  • Contact
  • Photogallery
    @if ($ecomm_enabled == 1)
  • @if(auth()->check())
    • My Account
    • Logout
    @endif
  • {{ Cart::instance('cart')->count() }}
  • @endif