@lang('lang_v1.payment')

@foreach($payment_lines as $payment_line) @if($payment_line['is_return'] == 1) @php $change_return = $payment_line; @endphp @continue @endif @php $payment_line['amount'] = 0; @endphp @include('sale_pos.partials.return_payment_row', ['removable' => !$loop->first, 'row_index' => $loop->index, 'payment_line' => $payment_line]) @endforeach

{!! Form::label('sale_note', __('sale.sell_note') . ':') !!} {!! Form::textarea('sale_note', !empty($transaction)? $transaction->additional_notes:null, ['class' => 'form-control', 'rows' => 3, 'placeholder' => __('sale.sell_note')]); !!}
{!! Form::label('staff_note', __('sale.staff_note') . ':') !!} {!! Form::textarea('staff_note', !empty($transaction)? $transaction->staff_note:null, ['class' => 'form-control', 'rows' => 3, 'placeholder' => __('sale.staff_note')]); !!}
@lang('lang_v1.total_items'):
0

@lang('sale.total_payable'):
0

@lang('lang_v1.total_paying'):
0

@lang('lang_v1.change_return'):
0 {!! Form::hidden("change_return", $change_return['amount'], ['class' => 'form-control change_return input_number', 'required', 'id' => "change_return", 'placeholder' => __('sale.amount'), 'readonly']); !!} @if(!empty($change_return['id'])) @endif

@lang('lang_v1.balance'):
0