Home
ZUMRA
STYLE
@auth()
{{-- --}} {{-- Hesabım--}} {{-- --}} @can('new product')
Ürün Ekle
@endcan {{ number_format(count($cart)) }} {{-- items in cart, view bag--}}
@endauth @guest()
Login
Register
@endguest
  • YENİ GELENLER
  • İNDİRİMLİ ÜRÜNLER
  • AKSESUAR
  • ÇOK SATANLAR
@foreach($categories as $category)
{{ $category->name }}
    @foreach($category->childs as $item)
  • {{ $item->name }}
  • @endforeach
@endforeach

Preview the new Flowbite dashboard navigation.