@php $i=1;@endphp
@if(count($data)>0)
@foreach($data as $key=> $list)
{{$data->firstItem() + $key}} |
{{ucfirst($list->product->name ?? '')}} |
{{$list->product->getProductCategory->name ?? ''}} |
{{$list->product->getProductBrand->name ?? ''}} |
{{$list->product->getTaxMaster->name ?? ''}} |
{{$list->product->getProductPrice->mrp ?? ''}} |
{{$list->product->getProductPrice->sale_price ?? ''}} |
status == '1' ? 'checked' : '' }}>
|
|
@php $i++; @endphp
@endforeach
@else
No Data Found |
@endif