@if ($type != 'export') @endif @foreach ($items as $item) @if ($type != 'export') @endif @endforeach
No Nama Barang Kategori Modal Harga Stok Aksi
{{ $loop->iteration }} @if ($type != 'export') {{ Str::limit($item->name, 40, '...') }} @endif @if ($type == 'export') {{ $item->name }} @endif {{ $item->category->name }} @indo_currency($item->cost_price) @indo_currency($item->selling_price) {{ $item->stock }}
@csrf @method('DELETE')