Dukuhwidara, Pabedilan, Cirebon
Telp : 0877-8058-4111
{{ $transaction->code }}
{{ date('d F Y H:m', strtotime($transaction->created_at)) }}
Cust.: {{ $transaction->customer->name }}
Kasir: {{ $transaction->admin->name }}
| Barang | Harga |
|---|---|
|
{{ $item->price_list->item->name }} @if ($item->notes){{ $item->notes }} @endif{{ $item->price_list->service->name }} {{ $item->price_list->category->name }} {{ $item->quantity }} {{ ($item->price_list->category->name == "Kiloan") ? "kg" : $item->price_list->category->name }} x {{number_format($item->price)}} |
{{ number_format($item->quantity * $item->price) }} |
| Sub Total | {{ 'Rp ' . number_format($tot, 0, ',', '.') }} |
| Svc. {{ $transaction->service_type->name }} | {{ $transaction->getFormattedServiceCost() }} |
| Biaya kirim | {{ $transaction->getFormattedDeliveryCost() }} |
| Diskon | - {{ $transaction->discount }} |
| Total Harga | {{ $transaction->getFormattedTotal() }} |
| LUNAS via {{ $payment->payment_method }} | |
Estimasi selesai:
{{ date('d F Y H:m', strtotime($transaction->estimated_finish_date)) }}No. rekening
BCA : 3040478964
a/n Sugeng Nurochman
 }})
Terima Kasih Telah Memilih {{ config('app.name') }} untuk solusi kebersihan pakaian Anda.
--- lembar 2 ---
Cust: {{ $transaction->customer->name }}
Tgl: {{ date('d F Y H:m', strtotime($transaction->created_at)) }}
Est. Selesai: {{ date('d F Y H:m', strtotime($transaction->estimated_finish_date)) }}
Admin: {{ $transaction->admin->name }}
@if ($payment) Status: Lunas via {{ $payment->payment_method }} @else Status: Belum Lunas @endif