@extends('client.layouts.master') @section('title') Home page @endsection @section('css') @endsection @section('js') @endsection @section('content')
@foreach($wishlist as $list) @endforeach
Item Category Brand Price Total

Web ID:{{$list->wishlists->id}}

{{$list->wishlists->category->category_name}}

{{$list->wishlists->brand->brand_name}}

{{$list->wishlists->product_price}}

{{$list->wishlists->product_price}}

What would you like to do next?

Choose if you have a discount code or reward points you want to use or would like to estimate your delivery cost.

Get Quotes Continue
  • Cart Sub Total $59
  • Eco Tax $2
  • Shipping Cost Free
  • Total $61
Update Check Out
@endsection