@lang('crud.edit') @lang('models/payment_invoices.singular')
{!! Form::model($paymentInvoice, ['route' => ['paymentInvoices.update', $paymentInvoice->id], 'method' => 'patch']) !!}
@include(strtolower(__('models/payment_invoices.plural')).'.fields')
{!! Form::close() !!}