LOGO

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 }}

@php $tot = 0; @endphp @foreach ($transaction->transaction_details as $item) @php $tot += $item->sub_total; @endphp @endforeach @if ($transaction->discount > 0 || $transaction->service_cost > 0 || $transaction->delivery_cost > 0) @endif @if ($transaction->service_cost > 0) @endif @if ($transaction->delivery_cost > 0) @endif @if ($transaction->discount > 0) @endif @if ($payment) @endif
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 }}
{{--
@if ($transaction->payment_amount == $transaction->total) LUNAS via {{ $payment->payment_method }} @else BELUM LUNAS @endif
--}}

Estimasi selesai:

{{ date('d F Y H:m', strtotime($transaction->estimated_finish_date)) }}

No. rekening
BCA : 3040478964
a/n Sugeng Nurochman

QRIS

Terima Kasih Telah Memilih {{ config('app.name') }} untuk solusi kebersihan pakaian Anda.


--- lembar 2 ---


{{ $transaction->code }}

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