@extends('layouts.pos-po-new.front')
@section('maincontent')
Wishlist Product Po
Image |
Article |
Color |
Action |
@if (sizeof($wishlist) > 0)
@foreach ($wishlist as $list)
 |
{{ $list->article }} |
{{ $list->color }} |
|
Add to Cart
|
@endforeach
@else
@endif
@endsection
@section('extraJS')