@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

LAPORAN LABA RUGI

Periode: {{date('d M Y', strtotime($startDate))}} - {{date('d M Y', strtotime($endDate))}}
@if($branch) Cabang: {{$branch->name}} @else Cabang: Semua Cabang @endif

PENDAPATAN
Penjualan Rp {{number_format($totalRevenue, 0, ',', '.')}}
Diskon Penjualan (Rp {{number_format($totalSalesDiscount, 0, ',', '.')}})
Pajak Rp {{number_format($totalSalesTax, 0, ',', '.')}}
Total Pendapatan Bersih Rp {{number_format($totalRevenue - $totalSalesDiscount + $totalSalesTax, 0, ',', '.')}}
HARGA POKOK PENJUALAN (HPP)
HPP Rp {{number_format($totalCOGS, 0, ',', '.')}}
LABA KOTOR Rp {{number_format($grossProfit, 0, ',', '.')}}
LABA BERSIH Rp {{number_format($netProfit, 0, ',', '.')}}
MARGIN LABA {{number_format($profitMargin, 2)}}%

Dicetak pada: {{date('d M Y H:i')}}