@php
$productSummary = [];
$totalAidat = 0;
@endphp
@foreach($cart->details as $item)
{{ $item->product->name }}
{{ $item->text }}
{{ number_format($item->product->price, 0, ',', '.') }}₺
@php
if (array_key_exists($item->product->name, $productSummary)) {
$productSummary[$item->product->name] += $item->quantity;
} else {
$productSummary[$item->product->name] = $item->quantity;
}
$totalAidat += 200;
@endphp
@endforeach
Tahmini Teslimat: 2-3 İş Günü