> Total Return: {{ 'Rp ' . number_format($selectedItemsPrice, 0, ',', '.') }} - {{ 'Rp ' . number_format($totalPrice, 0, ',', '.') }} = {{ 'Rp ' . number_format($selectedItemsPrice - $totalPrice, 0, ',', '.') }}
@foreach ($inputs as $index => $input)
@if ($index > 0) @endif
@endforeach
@if($selectedItemsPrice < $totalPrice)
@else