Payment
{{ $message }}
F1
F2
F3
F4
@if($showSaldoOption)
F5
@endif @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 @if ($paymentOption === 'saldo')
Rp. {{ number_format($totalAmount, 0, ',', '.') }}
@if ($isEnableService)
%
Rp. {{ number_format($serviceAmount, 0, ',', '.') }}
Rp. {{ number_format($totalWithService, 0, ',', '.') }}
@endif
Rp. {{ number_format($memberSaldo, 0, ',', '.') }}
Rp. {{ number_format($memberSaldo - ($isEnableService ? $totalWithService : $totalAmount), 0, ',', '.') }}
@endif @if ($paymentOption === 'mixed')
Rp. {{ number_format($totalAmount, 0, ',', '.') }}
@if ($isEnableService)
%
Rp. {{ number_format($serviceAmount, 0, ',', '.') }}
Rp. {{ number_format($totalWithService, 0, ',', '.') }}
@endif
Rp. {{ number_format($memberSaldo, 0, ',', '.') }}
Rp.
Rp.
Rp. {{ number_format($saldoAmount + $cashAmount, 0, ',', '.') }}
Rp. {{ number_format($memberSaldo - $saldoAmount, 0, ',', '.') }}
@endif
Customer Origin

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