Revenue Report
# | Date | User | Order Code | Quantity | Price |
---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $order->created_at }} | {{ $order->customer_first_name }} {{ $order->customer_email }} |
{{ $order->code }} | {{ $order->qty }} | Rp. {{ number_format($order->base_total_price, 0, '.', '.') }} |
Total Quantity | {{ $totalQuantity }} | Rp. {{ number_format($totalPrice, 0, '.', '.') }} |
Total Revenue per Service
Service | Total Revenue |
---|---|
{{ $service }} | Rp.{{ number_format($total, 0, '.', '.') }} |