@extends('app') @section('content')
No se pudo agregar la pieza "{{App\Combination::find($item_id)->name}}". @if(($added = $errors->add_cart->first($item_id)) > 0) Solo se pudieron añadir {{$added}} piezas al carrito. @endif
@endforeach{{$item->quantity}}
{{$item->size->name}}
{!!$item->color ? ($item->color->photo ? Html::image($item->color->photo->thumbnail->url('thumb')) : $item->color->name) : 'N/A' !!}
$ {{ number_format($item->quantity * $item->combination->price, 2) }}
$ {{ number_format(Cart::subtotal($items), 2) }}
$ {{ number_format(Cart::shippingAmount($items),2) }}
$ {{ number_format(Cart::total($items),2) }}