{{$data->firstItem() + $key}} |
{{$list->getProduct->name ?? ''}} |
{{$list->getProduct->getProductCategory->name ?? ''}} |
{{$list->getProduct->getProductBrand->name ?? ''}} |
{{$list->getProduct->getProductGroup->name ?? ''}} |
{{$list->getProductPrice->mrp ?? ''}} |
{{$list->getProductPrice->sale_price ?? ''}} |
{{$list->getProductPrice->purchase_price ?? ''}} |
status=='1' ? 'checked' : ''}}>
|
{{-- @if(auth()->user()->can('enquiry-types-edit')) --}}
|
{{-- @endif --}}
{{-- @if(auth()->user()->can('enquiry-types-delete')) --}}
|
{{-- @endif --}}
@php $i++; @endphp
@endforeach
@else