@foreach($products as $product)
{{--

$0 / mo

--}}
@if($product->seller) @endif
${{$product->price}}
@if(!empty($product->seller->datas['currency']))
{{$product->priceInSellerCurrency(true)}}
@endif
Add {{ csrf_field() }}

{{$product->title}}

@endforeach