@extends('frontpage.layouts.main') @section('content')

Wishlist

@foreach ($wishlists as $row)
{{ $row->category_name }}
{{ $row->nama_produk }}
Rp. {{ $row->total_variant > 1 && $row->min_price != $row->max_price? number_format($row->min_price, 0, '.', ',') . ' - ' . number_format($row->max_price, 0, '.', ','): number_format($row->price, 0, '.', ',') }}
@endforeach
@endsection @push('scripts') @endpush