{!! Form::label('group_by', __('lang_v1.group_sale_line_by') . ':*') !!} @show_tooltip(__('lang_v1.group_by_tooltip'))
{!! Form::select('group_by', $parsed_array[0], null, ['class' => 'form-control select2', 'required', 'placeholder' => __('messages.please_select')]); !!}
{!! Form::label('location_id', __('business.business_location') . ':*') !!}
{!! Form::select('location_id', $business_locations, null, ['class' => 'form-control', 'required', 'placeholder' => __('messages.please_select')]); !!}
@if($loop->index > 0 ){{$loop->index}} @else # @endif | @foreach($row as $k => $v) @if($loop->parent->index == 0){{$v}} | @else{{$v}} | @endif @endforeach
---|---|---|
@if($loop->index > 0 ){{$loop->index}}@endif | @foreach($row as $k => $v){!! Form::select('import_fields[' . $k . ']', $import_fields, $match_array[$k], ['class' => 'form-control import_fields select2', 'placeholder' => __('lang_v1.skip'), 'style' => 'width: 100%;']); !!} | @endforeach