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