@if($photo = $set->photos->pop())
@if($second = $set->photos->pop())
{!!Html::image($second->photo->url('medium')) !!}
{!!Html::image($photo->photo->url('medium')) !!}
@else
{!!Html::image($photo->photo->url('medium')) !!}
@endif
@endif
{!! str_replace('-', '
', $set->name) !!}
$ {{number_format($set->combinations->sum('price'), 2)}}
@if($set->combinations->filter(function($item){ return $item->stock->count() > 0; })->count() > 0)
@else
AGOTADO
@endif