{{ Form::model($loan, ['route' => ['loan.update', $loan->id], 'method' => 'PUT', 'class' => 'needs-validation', 'novalidate']) }}