@extends('layouts.app') @section('title', __('My Wishlist')) @section('content')
{{ __('Stock') }}: {{ $item['stock'] }} {{ __('items') }}
@if(!$item['is_available']) {{ __('Out of Stock') }} @endif @if($item['price_changed']) {{ __('Price Changed') }} @endif{{ __('Save your favorite items to your wishlist for easy access later.') }}
{{ __('Browse Products') }}