@extends('front_master') @section('front_content')

My wishlist

@if($data->isEmpty()) @else @foreach($data as $row) @endforeach @endif
Product Price Stock Status Actions
No wishlist found!
{{ $row?->product?->product_name ?? 'N/A' }} @if($row?->product?->discount > 0) {{ $row->product ? discount($row->product) : 'N/A' }} BDT{{ $row?->product?->product_price ?? 'N/A' }} BDT @else {{ $row?->product?->product_price ?? 'N/A' }} BDT @endif @if($row?->product?->stock_qty > 0) In Stock @else Sold Out @endif
{{$data->links()}}
@endsection @push('scripts') @endpush