@if(!empty($walk_in_customer['price_calculation_type']) && $walk_in_customer['price_calculation_type'] == 'selling_price_group')
@endif
{!! Form::text('transaction_date', $default_datetime, ['class' => 'form-control ', 'readonly', 'required', 'id' => 'transaction_date']); !!}
{!! Form::text('search_product', null, ['class' => 'form-control form-control-sm me-2', 'id' => 'search_product', 'placeholder' => __('lang_v1.search_product_placeholder'),
'disabled' => is_null($default_location)? true : false,
'autofocus' => is_null($default_location)? false : true,
]); !!}
@if (!empty($categories))
@endif
@if (!empty($brands))
@endif