{{ __('customer.wishlist') }}
{{ __('customer.product') }} | {{ __('customer.price') }} | {{ __('customer.availability') }} | {{ __('customer.actionsColumn') }} | |||
---|---|---|---|---|---|---|
@if($details->product['img_01'] != null && Storage::exists($details->product['img_01']))
@else
@endif
{{$details->product->item_name}} |
{{ priceView($details->product->price) }} | @if($details->product->stock_qty > 0 && $details->product->purchasable == true) {{ __('customer.in_stock') }} @else {{ __('customer.not_available') }} @endif | @if($details->product->stock_qty > 0 && $details->product->purchasable == true){{ __('customer.add_to_cart') }} | @else@endif |
{{ __('customer.no_favorites') }}
@endif @endsection