@livewireStyles
{{@strtoupper("PizzaMan ChickenMan")}}
{{$branch->branch_name}}, {{$branch->branch_location}}
Phone: {{$branch->branch_contact}}
OrderNo#: {{$order_id}}
@foreach($items as $item) @endforeach
Item Price Qty Total
{{$item['productId']['name']}} ¢@convert(($item['productId']['unitPrice'])/100) {{$item['quantity']}} ¢@convert((($item['productId']['unitPrice'])/100)*$item['quantity'])
Sub-Total:
¢@convert($sumTotalCart/100)
Delivery Fee:
¢@convert($dfee = ($deliveryFee/100))
Tax:
¢0.00
Grand Total:
¢@convert(($sumTotalCart/100) + $dfee)
Cash:
¢0.00
Change:
¢0.00
Customer name: {{$name}}
Contact: {{$contact}}
Location: {{$address}}
Note: {{ $note }}
@livewireScripts