@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
@lang('app.save') @lang('app.cancel')