@if($shopLogo ?? false) {{ $shopName }} @endif

{{ $shopName }}

@if($shopAddress)

{{ $shopAddress }}

@endif

LAPORAN PRODUKSI

Periode: {{ \Carbon\Carbon::parse($startDate)->format('d M Y') }} - {{ \Carbon\Carbon::parse($endDate)->format('d M Y') }}
Total Order Selesai
{{ $summary['total_completed'] }}
Total Qty
{{ $summary['total_qty'] }} pcs
Detail Produksi
@forelse($orders as $index => $order) @empty @endforelse @if($orders->count() > 0) @endif
No Invoice Pelanggan File Ukuran Bahan Qty Operator Tgl Selesai
{{ $index + 1 }} {{ $order->invoice_number }} {{ $order->customer_name }} {{ $order->file_name }} {{ $order->size }} {{ $order->material ?? '-' }} {{ $order->qty }} {{ $order->operator->name ?? '-' }} {{ $order->finished_at?->format('d/m/Y H:i') }}
Tidak ada data
TOTAL {{ $summary['total_qty'] }} pcs