{{ __('common.sr-no') }} {{ __('item.image') }} {{ __('item.name') }} @include('up-down') {{ __('category.category') }} @include('up-down') {{ __('item.regular_price') }} @include('up-down') {{ __('item.offer_price') }} @include('up-down') {{ __('item.wolt_product_id') }} @if(count($data)>0)   @endif @php $startIndex = ($data->currentPage() - 1) * $data->perPage() + 1; @endphp @forelse($data as $key => $detail) {{ $startIndex++ }}
{!! $detail->name . $globalItemId !!} {!! $detail->category_name !!} {!! $detail->regularPrice !!} {!! $detail->offerPrice !!} {!! Form::select('wolt_product_id['.$detail->itemId.']', $woltMenuItems, $detail->wolt_product_id, array('class' => 'form-control _select2')) !!} @empty {{__('common.no_records')}} @endforelse @include('pagination', ['data' => $data])