@php // dump($invoice_nett); // dump($invoice_tax); // dump($invoice_service); // die(); @endphp
{{-- {{$invoice->bookings->checkout != null}} --}} {{-- @if($invoice->cetak_count < 3) --}} @if(@$invoice->cetak_count < 1) {{-- @if ($status_copy == 1) *** COPY GUEST BILL {{@$invoice->cetak_count >0?(@$invoice->cetak_count - 1):null}} *** @else --}} *** GUEST BILL *** {{-- @endif --}} @else *** COPY GUEST BILL {{@$invoice->cetak_count >0?(@$invoice->cetak_count):null}} *** @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']) : '-'}} | ||||
|