@extends('adminlte::page') @section('title', 'Invoice') @section('content_header')

Invoice

@stop @section('content')
Note:
This page has been enhanced for printing. Click the print button at the bottom of the invoice to test.

Invoice {{$order['invoice_no']}}

Dari
PT. Panggilan Burung Kutilang
Jl. Bypass Ngurah Rai no 154, Denpasar
Phone: -
Kepada
{{$order['receiver_full_name']}}
{{$order['receiver_address']}},
{{$order['city_or_region']}}, {{$order['receiver_province']}} {{$order['receiver_zip_code']}}
Phone: {{$order['receiver_phone_number']}}

@foreach($item_order as $key) @endforeach
Qty Product Item Code # Item Weight # Price Subtotal
{{$qty}} {{$key['item_name']}} @foreach($key['order_detail'] as $k => $od) @if($k>0)
, @endif {{$od->item_stock_code}} @endforeach
@ {{$key['item_weight']}} gr Rp. {{number_format($key['item_price'],0,",",".")}} Rp. {{number_format($total,0,",",".")}}
Total: Rp. {{number_format($totalAll,0,",",".")}}

Print date: 11 Dec 2025

@stop @section('css') @stop @section('js') @stop