@method('PUT')
@lang('modules.payments.paymentDetails')
--
@foreach ($projects as $project)
id == $payment->project_id) selected @endif value="{{ $project->id }}"> {{ $project->project_name }}
@endforeach
--
@if ($payment->invoice_id)
{{ $payment->invoice->invoice_number }}
@endif @foreach ($invoices as $item) @if ($payment->invoice_id != $item->id)
{{ $item->invoice_number }}
@endif @endforeach
--
@foreach ($currencies as $currency)
id == $payment->currency_id) selected @endif value="{{ $currency->id }}"> {{ $currency->currency_code . ' (' . $currency->currency_symbol . ')' }}
@endforeach
status == 'complete') selected @endif value="complete">@lang('app.complete')
status == 'pending') selected @endif value="pending">@lang('app.pending')
@lang('app.save')
@lang('app.cancel')