{!! Form::label('brand_id', __('product.brand') . ':') !!}
{!! Form::select('brand_id[]', $brands, null, ['class' => 'form-control select2', 'multiple', 'id' => 'brand_id']); !!}
{!! Form::label('location_id', __('purchase.business_location').':') !!}
{!! Form::select('location_id', $business_locations, $default_location, ['class' => 'form-control select2', 'placeholder' => __('messages.please_select')]); !!}
{!! Form::label('ref_no', __('purchase.ref_no').':') !!}
@show_tooltip(__('lang_v1.leave_empty_to_autogenerate'))
{!! Form::text('ref_no', null, ['class' => 'form-control']); !!}
{!! Form::label('delivery_date', __('lang_v1.required_by_date') . ':') !!}
{!! Form::text('delivery_date', null, ['class' => 'form-control', 'readonly']); !!}
@lang('sale.product') | @lang('product.alert_quantity') | @lang('lang_v1.required_quantity') |
---|