@foreach ($wishlists as $product) @endforeach
{{ __('Products') }}
{{ __('Price') }}
{{ __('Action') }}

{{ currency($product->price) }}

@if ($wishlists->hasPages()) @endif
@push('script_section') @endpush