@if(!empty($show_date))
@endif
@if(!empty($accounts))
@endif
{!! Form::label("note_$row_index", __('sale.payment_note') . ':') !!}
{!! Form::textarea("payment[$row_index][note]", $payment_line['note'], ['class' => 'form-control', 'rows' => 3, 'id' => "note_$row_index"]); !!}