@php $total = collect($items)->sum('price'); $label = $total > 100 ? 'expensive' : 'cheap'; @endphp @php($formatted = number_format($total, 2))

{{$label}}: {{ $formatted }}