@extends('layouts.app') @php $category = $activeCategory ? $categories[$activeCategory] : null; $pageTitle = $category ? $category['label'].' product directions' : 'Products shaped into coherent ranges'; $allProducts = config('products.products'); $categoryVisuals = [ 'skincare' => 'images/inner-pages/products-skincare.webp', 'haircare' => 'images/inner-pages/products-haircare.webp', 'personal-care' => 'images/inner-pages/products-personal-care.webp', ]; $heroImage = $activeCategory ? $categoryVisuals[$activeCategory] : 'images/inner-pages/products-hero.webp'; $productsFaqs = [ ['question' => 'How do we choose the right product category?', 'answer' => 'Start with the customer, route to market, and role the range needs to play. Skin Care, Hair Care, and Personal Care can then be reviewed as focused standalone directions or as parts of a coordinated collection.'], ['question' => 'Can a project begin with one product?', 'answer' => 'Yes. A focused single-product direction can be a practical first step, with future range relationships considered without committing to an unnecessarily large opening assortment.'], ['question' => 'Can several products be developed as one range?', 'answer' => 'Products can be discussed as a coordinated range so format, packaging direction, label language, and presentation feel connected across the collection.'], ['question' => 'When are packaging options discussed?', 'answer' => 'Packaging direction is best discussed early. The supported options shown on each product page provide a starting point, while final presentation depends on the agreed project scope.'], ['question' => 'Can an existing product direction be refined?', 'answer' => 'Some product directions can provide a considered starting point for refinement. The workable development scope is established against the product, project stage, and commercial brief.'], ['question' => 'Can we enquire before the brief is finalized?', 'answer' => 'Yes. A category, target customer, business context, and broad product interest are enough to begin a useful discussion about the next development step.'], ]; $whyChoose = [ ['Connected product development', 'Product direction, formulation, packaging, and presentation are considered as parts of one range system.'], ['Category-focused direction', 'Each format has a clear role, helping businesses avoid an opening assortment that feels disconnected or unnecessarily broad.'], ['Packaging alignment', 'Pack and label direction enter the conversation early enough to support range consistency and product presentation.'], ['Commercially practical ranges', 'Development decisions stay connected to the customer, sales environment, project stage, and intended route to market.'], ]; @endphp @section('title', $pageTitle.' | Auravista') @section('meta_description', 'Explore Auravista private-label Skin Care, Hair Care, and Personal Care product directions for coordinated ranges and range expansion.') @section('content')

Private-label product portfolio

{{ $pageTitle }}

{{ $category['description'] ?? 'Explore Skin Care, Hair Care, and Personal Care formats designed to begin clearer conversations about product direction, packaging, and coordinated private-label development.' }}

{{ count($allProducts) }} product directions {{ count($categories) }} core categories Built for B2B range discussions
{{ $category['label'] ?? 'Auravista product portfolio' }} presentation
Supporting natural personal-care product format
Portfolio view {{ $category['label'] ?? 'All categories' }}

Portfolio overview

A category system built beyond isolated products.

Each direction can begin as a focused standalone product, provide a considered route into private label, or extend an existing collection.

Across categories, formulation, packaging, label direction, and finished presentation can be discussed together so the range reads as one commercial idea.

@foreach($categories as $key => $item) {{ $item['label'] }} category
{{ $item['label'] }}
@endforeach
All Products @foreach($categories as $key => $item) {{ $item['label'] }} @endforeach

Available formats

{{ $category ? $category['label'].' directions' : 'The complete product edit' }}

{{ str_pad((string) count($products), 2, '0', STR_PAD_LEFT) }} products shown

@forelse($products as $product) @empty

No products are available in this category.

@endforelse

Why choose Auravista

A clearer product conversation from the start.

Professional cosmetic treatment and product application
@foreach($whyChoose as $index => $reason)
{{ sprintf('%02d', $index + 1) }}

{{ $reason[0] }}

{{ $reason[1] }}

@endforeach
@include('partials.faq', [ 'faqs' => $productsFaqs, 'title' => 'Practical questions about choosing and building a range.', 'note' => 'A useful starting point for product selection, packaging direction, refinement, and coordinated private-label development.', ])

Build the range

Connect product, pack, and presentation around one clear idea.

Share the category and business context behind the range. A completely finalized brief is not required.

@endsection