Payment
{{ $message }}
F1
F2
F3
F4
@error('paymentOption') {{ $message }} @enderror

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

@if ($carts->isNotEmpty()) @if ($paymentOption === 'cash') @elseif ($paymentOption === 'multi') @else @endif @else @endif