Payment
{{ $message }}
@error('paymentOption') {{ $message }} @enderror

@if ($paymentOption !== 'card' && $paymentOption !== 'multi')
Rp. {{ number_format($totalAmount, 0, ',', '.') }}
@if ($paymentOption === 'cash')
Rp.
Rp. {{ number_format($change, 0, ',', '.') }}
@endif @endif @if ($paymentOption === 'card')
Rp. {{ number_format($totalAmount, 0, ',', '.') }}
@error('nomorKartu') {{ $message }} @enderror
@endif @if ($paymentOption === 'multi')
Rp. {{ number_format($totalAmount, 0, ',', '.') }}
Rp.
Rp. {{ number_format($transfer, 0, ',', '.') }}
@error('nomorKartu') {{ $message }} @enderror
@endif
Save Return Sale

Are you sure to Save the Return Sale?