{{ Form::model($payment, [ 'route' => $type ? ['payments.update', $payment->id] : "installments.payment", 'method' => $type ? "PUT" : "POST" ]) }}