{{-- @if(auth()->user()->can('enquiry-types-edit')) --}} {{-- @endif --}} {{-- @if(auth()->user()->can('enquiry-types-delete')) --}} {{-- @endif --}} @php $i=1;@endphp @if(count($data)>0) @foreach($data as $key=> $list) {{-- @if(auth()->user()->can('enquiry-types-edit')) --}} {{-- @endif --}} {{-- @if(auth()->user()->can('enquiry-types-delete')) --}} {{-- @endif --}} @php $i++; @endphp @endforeach @else @endif
Serial No Item Name Category Brand Item Group MRP Sale Price Cost Price StatusEditDelete
{{$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' : ''}}>
No Data Found