@props(['invoice'])
{{ trans('billing.label.amount') }} @moneyIDR($invoice->remaining_amount) @if ($invoice->total_refunded > 0) R @endif
@if ($invoice->discount > 0)
Discount: @moneyIDR($invoice->discount)
@endif @if ($invoice->total_paid > 0)
{{ trans('billing.label.payment_amount') }} @moneyIDR($invoice->total_paid)
@endif