@php $order = $invoice_info['order']; $tax_percentage = $invoice_info['tax_percentage']; use App\Http\Controllers\Base as Base; // $tax = Setting::where() @endphp
Invoice Details: {{$order->code}}
Gifty Purchase Summary: {{$order->code}} {{ Base::carbonDateParse($order->order_date)}}
Seller Center
{{-- --}} {{-- --}}
{{$order->postCardWithShop->shop->name}}
Tel: {{$order->postCardWithShop->shop->phone ?? 'NA'}}
Address: {{$order->postCardWithShop->shop->address}}, {{$order->postCardWithShop->shop->city ?? 'NA'}}, {{$order->postCardWithShop->shop->post_code ?? 'NA'}}
From:
Name: {{$order->bill_name}}
Address: {{$order->bill_address ?? 'NA'}}, {{$order->bill_city ?? 'NA'}}, {{$order->bill_postcode ?? 'NA'}}
Address Type: {{$order->bill_address_type}}
Phone: {{$order->bill_phone}}
To:
Name: {{$order->ship_name}}
Address: {{$order->ship_address ?? 'NA'}}, {{$order->ship_city ?? 'NA'}}, {{$order->ship_postcode ?? 'NA'}}
Address Type: {{$order->ship_address_type}}
Phone: {{$order->ship_phone}}
Ordered Items Order Status: {{ucfirst($order->status) }}
{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}}
# Product NameShop NameQtyPriceTotal Price
1 {{$order->postCardWithShop->name}}({{$tax_percentage}}% Tax included)Gifty1¥{{$order->price + $order->price_tax}}350
Service fee({{$tax_percentage}}% Tax included) ¥{{$order->authority_fee + $order->authority_fee_tax}}
Shipping & postage fee ¥{{$order->shipping_fee + $order->shipping_fee_tax}}
Discount ¥{{$order->discount}}
Total ¥{{$order->order_total}}