@extends('adminsection.layouts.master') @section('title') Booking List || @parent @stop @section('page-title') Booking List @stop @section('page-header-actions') Print Invoice @stop @section('main-content')
Hello, {{title_case($order->customer_name)}}.
Thank you for shopping from our store and for your order.
Invoice #{{$order->invoice_no}}
{{carbonDate($order->created_at, 'y-m-d')}}
Item | Quantity | Others Price | Days | Subtotal |
---|---|---|---|---|
{{$item->item_name}}
@if($item->hotel_name) {{$item->hotel_name}} @endif |
{{$item->quantity}} | @if($item->extra_bed_quantity > 0) BDT {{$item->extra_bed_quantity * $item->extra_bed_price}} ({{$item->extra_bed_quantity}} Extra Bed) @else N/A @endif | @if($item->hotel_name) {{dateDifference($item->from, $item->to)}} @else - @endif | BDT {{$item->total}} |
Subtotal Grand Total (Incl.Tax) |
BDT {{$order->net_total}} BDT {{$order->net_total}} |
Billing Information
{{title_case($order->customer_name)}}Payment Method
Credit Card