{{ __('invoices.amount_due', ['amount' => $invoice->formattedRemaining]) }}
@if ($this->pay)
{{ $this->pay }}
@else @include('invoices.partials.payment-options') @endif