@extends('admin.layouts.master') @section('title', 'Product') @section('content')
@include('admin.includes.msg')
@if(!empty($alldata) && $alldata->count()>0) @foreach($alldata as $key=>$val) @endforeach @endif
Sl.No Product Name MRP SKU Category Zero Stock Feature
{{$key+1}} {{ $val->productName}} {{ $val->compareAtPrice}} {{ $val->sku}} @if(isset($category[$val->category] )) {{ $category[$val->category] }} @endif
zero_stock==1) checked @endif>
is_featured==1) checked @endif>
@endsection