{{--dd($itemList)--}} @foreach($itemList as $data) @endforeach
No. Merchant Type Item Item Group Status Actions
{{ $no++ }} {{ getTypeOfMerchanteName($data->merchant_type_id) }} {{ $data->item_list_title }} {{ $data->item_group_name }} {{ ($data->status == 0 )? 'Inactive':'Active'}} @if(getMechantIds()) @if(isMerchantItemGroup($data->item_group_id) == 1) @endif @else @endif
Showing {{ $itemList->firstItem() }} to {{ $itemList->lastItem() }} of {{ $itemList->total() }} entries
{!! $itemList->appends(array('paginate'=>$paginate,'txtsearchable' => $txtsearchable,'enterprise_id' => $enterprise_id,'merchant_id' => $merchant_id))->links() !!}