@extends('layouts.mainlayout') @section('title','List Barang') @if(Auth::user()->role_user === 'Admin') @section('tombol+')
| NO | SKU | VALUE | CATEGORY | PACKAGING | FOOTPRINT | MINIMAL STOCK | TOTAL STOCK | @if(Auth::user()->role_user === 'Admin')AKSI | @elseif(Auth::user()->role_user === 'Operator') @endif
|---|---|---|---|---|---|---|---|---|
| {{$loop->iteration}} | {{$Barang->SKU}} | {{$Barang->VALUE}} | {{$Barang->category->CATEGORY}} | {{$Barang->packaging->PACKAGING}} | {{$Barang->footprint->FOOTPRINT}} | {{$Barang->MINIMAL_STOCK}} | {{$Barang->TOTAL_STOCK}} | @if(Auth::user()->role_user === 'Admin')@elseif(Auth::user()->role_user === 'Operator') @endif |