@php use App\Models\ParameterDetail; @endphp
|
{{ Auth::user()->entity->name }}{{ Auth::user()->entity->address . ' / ' . Common::phoneFormat(Auth::user()->entity->phone) }} |
|
RECEIPT |
|
Kepada YTH, {{ $invoice->workorder->sales->customer->name }} {{ $invoice->workorder->sales->customer->address }} |
|
No | Jenis Pekerjaan | Keterangan | Qty | Harga | Total |
---|---|---|---|---|---|
{{ $no }} | {{ $work->name }} | {{ $i->descr }} | {{ number_format($i->qty, 0, '', '.') }} | {{ 'Rp. ' . number_format($i->price, 0, '', '.') }} | {{ 'Rp. ' . number_format($i->total, 0, '', '.') }} |
@if ($invoice->workorder->payment_method != 1)
Silahkan transfer ke rekening kami :
Bank : {{ $invoice->workorder->paymentAccount->value1 }}
@endif
No. Rekening : {{ $invoice->workorder->paymentAccount->name }} A.n. {{ $invoice->workorder->paymentAccount->value2 }} |
|
{{ Auth::user()->entity->name }}, ( ............................................ ) |