@props([ 'totalMembersCount' => 0, 'formattedTotalMembersCount' => '', 'latestMembers' => [], 'testimonials' => [], 'bestSellingPerfumes' => [], ])
{{-- Left Section --}}
@if ($totalMembersCount > 0)
@foreach ($latestMembers as $member)
{{ $member['name'] }}
@endforeach
{{ $formattedTotalMembersCount }}+ Customer Happy & Percaya Kami 😍
@endif

Temukan
signature scent-mu hari ini ✨

Tiap parfum punya cerita lho. Pilih aroma yang pas sama gayamu dan biarkan wangimu bercerita! 😉🌸

{{-- Testimonial Section --}}
@if (!empty($testimonials))
@foreach ($testimonials as $testimonial)
{{ $testimonial['customer_name'] }}

{{ $testimonial['customer_name'] }}

@for ($i = 0; $i < $testimonial['rating']; $i++) ★ @endfor

"{{ $testimonial['content'] }}"

@endforeach
@endif
{{-- Right Section --}}
@foreach ($bestSellingPerfumes as $perfume)
{{ $perfume['name'] }}

{{ $perfume['name'] }}

{{ $perfume['formatted_price'] }}
{{ $perfume['formatted_sold_count'] }}
@endforeach