@extends('layouts.app')
@section('content')
| Tgl Bayar | Invoice | Pelanggan | Item | Total |
|---|---|---|---|---|
|
{{ $order->paid_at?->format('d M') }}
{{ $order->paid_at?->format('Y') }}
|
{{ $order->invoice_number }} | {{ $order->customer_name }} | {{ Str::limit($order->items->pluck('file_name')->join(', '), 40) }} | Rp {{ number_format($order->total_price, 0, ',', '.') }} |
|
Tidak ada data pada rentang tanggal ini |
||||
| Total Keseluruhan | Rp {{ number_format($summary['total_revenue'], 0, ',', '.') }} | |||