@extends('layouts.store') @section('title','Mi bolsa') @section('content')
TUS ELEGIDOS

Mi bolsa.

@if($items->isEmpty())

Tu próximo favorito te espera.

Todavía no agregaste prendas a tu bolsa.

Explorá la colección
@else
@foreach($items as $item)@php($v=$item['variant'])
{{ $v->product->name }}

{{ $v->product->name }}

{{ $v->color }} / Talle {{ $v->size }}

@if($v->available<$item['quantity'] || !$v->active || !$v->product->active)@endif
@csrf @method('patch')
@csrf @method('patch')
@money($item['total'])
@endforeachSeguir explorando
@endif
@endsection