@php $productGroups = [ [ 'title' => 'Skincare', 'items' => ['Barrier cleansers', 'Treatment serums', 'Night masks'], 'image' => 'images/category/skin-care.webp', 'href' => route('products') . '?category=skincare', ], [ 'title' => 'Hybrid Beauty', 'items' => ['Tinted SPF', 'Lip oils', 'Glow formats'], 'image' => 'images/category/personal-care.webp', 'href' => route('products') . '?category=personal-care', ], ]; @endphp
Auravista
Open navigation
Home
Products
@foreach ($productGroups as $group)
{{ $group['title'] }} preview

{{ $group['title'] }}

Range direction

@endforeach
Story Contact