@vite(['resources/css/app.css', 'resources/js/app.js'])
Vida Mansa
Catalog

Vida Mansa Product Collection

Choose a model and compare the available colors and product details.

@if (! empty($sections)) @endif
@forelse ($sections as $section)

{{ count($section['products']) }} {{ Str::plural('model', count($section['products'])) }}

{{ $section['label'] }}

@if ($section['description'])

{{ $section['description'] }} @if ($section['subtitle']) {{ $section['subtitle'] }} @endif

@endif
@foreach ($section['products'] as $index => $product)
@endforeach
@empty

Products will be available soon.

@endforelse