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