@method('PUT')

@lang('modules.payments.paymentDetails')

@foreach ($projects as $project) @endforeach
@if ($payment->invoice_id) @endif @foreach ($invoices as $item) @if ($payment->invoice_id != $item->id) @endif @endforeach
@foreach ($currencies as $currency) @endforeach
@if ($paymentGateway->paypal_status == 'active') @endif @if ($paymentGateway->stripe_status == 'active') @endif @if ($paymentGateway->razorpay_status == 'active') @endif @if ($paymentGateway->paystack_status == 'active') @endif @if ($paymentGateway->mollie_status == 'active') @endif @if ($paymentGateway->payfast_status == 'active') @endif @if ($paymentGateway->authorize_status == 'active') @endif @if ($paymentGateway->square_status == 'active') @endif @if ($paymentGateway->flutterwave_status == 'active') @endif
@if ($payment->gateway=='Offline')
@foreach ($methods as $method) @if($method->status == 'yes') @endif @endforeach
@endif
@if($linkPaymentPermission == 'all')
@if($viewBankAccountPermission != 'none') @foreach ($bankDetails as $bankDetail) @endforeach @endif
@endif
@lang('app.save') @lang('app.cancel')