@php $col_class = 'col-md-6'; if(!empty($accounts)){ $col_class = 'col-md-4'; } @endphp
@lang('app.payment')
@foreach($payment_lines as $payment_line) @php $readonly = $payment_line['method'] == 'advance' ? true : false; @endphp @if($payment_line['is_return'] == 1) @php $change_return = $payment_line; @endphp @continue @endif
{!! Form::label("sale_type" ,__('sale.sale_type') . ':') !!} @showRequiredAsterisk()
@php //$payment_types = $_payment_method= array('advance','cash','credit'); @endphp {!! Form::select("sale_type", ['cash'=>'Cash','credit'=>'Credit'],'Cash', ['class' => 'form-control form-select sale_types_dropdown', 'id' => 'sale_type']); !!}
{!! Form::label("payer_id" ,__('sale.payer') . ':') !!} @showRequiredAsterisk() @lang('sale.last_payer')
{!! Form::select('payer_id', [], null, ['class' => 'form-control mousetrap', 'id' => 'payer_id', 'placeholder' => 'Enter Business name / phone', 'required', 'id'=>'payer_id', 'style'=>'width:100%;']); !!}
@include('sale_pos.partials.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('app.total_items'):
0

@lang('sale.total_payable'):
0

@lang('app.total_paying'):
0

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

@lang('app.balance'):
0