@php $logoPath = public_path('logo/logo-umi.png'); $logoExists = file_exists($logoPath); @endphp
@if($logoExists) @endif UMI CELL

Jl. Raya Semarang-Boja, Jatisari, Kec. Mijen, Kota Semarang Jawa Tengah 50275

Telp: 0882005564342

DAFTAR ITEM

Semua Item
Departemen: {{$branch ? $branch->name : 'Semua Cabang'}}

@php $totalAsset = 0; @endphp @foreach($products as $product) @php $totalAsset += $product->asset; @endphp @endforeach
Kode Nama Produk Kategori Merek Total Stok Stok Min Harga Beli Harga Jual Deskripsi Aset (h.Beli*Qty)
B-{{str_pad($product->id, 4, '0', STR_PAD_LEFT)}} {{$product->name}} {{$product->category->name ?? '-'}} {{$product->brand->name ?? '-'}} {{number_format($product->stock_quantity)}} {{$product->unit}} {{$product->min_stock ?? 0}} {{number_format($product->purchase_price, 0, ',', '.')}} {{number_format($product->selling_price, 0, ',', '.')}} {{$product->description ?? '-'}} {{number_format($product->asset, 0, ',', '.')}}
TOTAL ASET: Rp {{number_format($totalAsset, 0, ',', '.')}}