@if ($invoice->isNew() && !$invoice->getPendingTransaction())
@if (request()->payment_method)
{{ csrf_field() }}
@endif
@if ($invoice->type == \Acelle\Model\Invoice::TYPE_CHANGE_PLAN)
{{ trans('messages.invoice.change_plan.cancel') }}
@endif @endif