@extends('admin.layouts.master') @section('title', 'Product') @section('content')
| Sl.No | Product Name | BPC | Category | Sku | @if(Auth::user()->role==7)Stock | @endifPrice | @if(Auth::user()->role<=4)Visible | Action | @endif
|---|---|---|---|---|---|---|---|---|
| {{$key+1}} | {{ $val->productName}} | {{ $val->base_pack_code}} | @if(isset($category[$val->category] )) {{ $category[$val->category] }} @endif | {{ $val->sku}} | @if(Auth::user()->role==7){{ $val->stock}} | @endifRs {{ number_format($val->price,2)}} Rs {{ number_format($val->compareAtPrice,2) }} | @if(Auth::user()->role<=4)
status==1) checked @endif>
|
@if(!isset($instock[$val->id])) @endif | @endif