@php // dump($invoice_nett); // dump($invoice_tax); // dump($invoice_service); // die(); @endphp
{{-- {{$invoice->bookings->checkout != null}} --}} {{-- @if($invoice->cetak_count < 3) --}} @if($invoice->bookings->checkout == ''|| $invoice->bookings->status_booking != 2) @if ($status_copy == 1) *** COPY GUEST BILL *** @else *** GUEST BILL *** @endif @else *** COPY GUEST BILL *** @endif | ||||||||||||||
|
|
Date | RmNo | Qty | Description / Voucher | Per Item | Total |
---|
{{@$draft['date']}} | {{@$draft['rmno']}} | {{@$draft['qty']}} | {{@$draft['desc']}} | {{$draft['peritem'] ? ribuanWithComma($draft['peritem']) : null}} | {{$draft['peritem'] ? ribuanWithComma(@$draft['total']) : null}} @php $balance_due += $draft['total']; @endphp |
{{@$simp['desc']}} | {{@$simp['total'] ? ribuanWithComma(@$simp['total']) : '-'}} | ||||
|