@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