@if ($invoice->isNew() && !$invoice->getLastAndItIsPendingTransaction())
@if (request()->payment_gateway_id)
{{ csrf_field() }}
@endif @if (request()->payment_method_id)
{{ csrf_field() }}
@endif
@if ($invoice->type == \Acelle\Model\OrderItemChangePlan::class)
{{ trans('messages.invoice.change_plan.cancel') }}
@endif @endif