@error('paymentOption')
{{ $message }}
@enderror
@if ($paymentOption !== 'card' && $paymentOption !== 'multi')
Rp. {{ number_format($totalAmount, 0, ',', '.') }}
@if ($isEnableService)
Rp.
{{ number_format($totalWithService, 0, ',', '.') }}
@endif
@if ($paymentOption === 'cash')
Rp. {{ number_format($change, 0, ',', '.') }}
@endif
@endif
@if ($paymentOption === 'card')
Rp. {{ number_format($totalAmount, 0, ',', '.') }}
@if ($isEnableService)
Rp.
{{ number_format($totalWithService, 0, ',', '.') }}
@endif
@error('nomorKartu')
{{ $message }}
@enderror
@endif
@if ($paymentOption === 'multi')
Rp. {{ number_format($totalAmount, 0, ',', '.') }}
@if ($isEnableService)
Rp.
{{ number_format($totalWithService, 0, ',', '.') }}
@endif
@error('nomorKartu')
{{ $message }}
@enderror
@endif
Customer Origin