back
MENU CATEGORIES
Categories
    @if (auth()->check() && auth()->user()->role_id != 1)
  • {{auth()->user()->name}}
  • @endif
  • Home
  • All Products
  • Updates
  • Order Track
  • Contact Us
  • @if (auth()->check() && auth()->user()->role_id != 1)
  • Orders
  • Wishlist
  • My Account
  • @endif @if (auth()->check() && auth()->user()->role_id == 1)
  • Dashboard
  • @endif @foreach(App\Models\Page::where('position',0)->where('status',1)->get() as $page)
  • {{$page->name}}
  • @endforeach