@extends('seller.seller_app') @section('content')
Order Detail    
{{ COMPANY_INFO }}
{{COMPANY_ADDRESS}}
Email: {{COMPANY_EMAIL}}
GSTIN: {{GSTIN}}
CIN: {{CIN}}
BILL TO
{{$order->bill_first_name}} {{$order->bill_last_name}}
@if($order->bill_company_name != '') {{$order->bill_company_name}}
@endif @if($order->gst_number != '') GST Number: {{$order->gst_number}}
@endif @if($order->bill_address_1 != '') {{$order->bill_address_1}}, @endif @if($order->bill_address_2 != '') {{$order->bill_address_2}}, @endif @if($order->bill_city != '') {{$order->bill_city}}, @endif @if($order->bill_state != '') {{$order->bill_state}}, @endif @if($order->bill_zipcode != '') {{$order->bill_zipcode}} @endif
@if($order->bill_phone_number != '') Phone: {{$order->bill_phone_number}}
@endif @if ($order->bill_email != '') Email: {{$order->bill_email}} @endif
SHIPPED TO
{{$order->ship_first_name}} {{$order->ship_last_name}}
@if($order->ship_address_1 != '') {{$order->ship_address_1}}, @endif @if($order->ship_address_2 != '') {{$order->ship_address_2}}, @endif @if($order->ship_city != '') {{$order->ship_city}}, @endif @if($order->ship_state != '') {{$order->ship_state}}, @endif @if($order->ship_zipcode != '') {{$order->ship_zipcode}} @endif
@if($order->ship_phone_number != '') Phone: {{$order->ship_phone_number}}
@endif @if ($order->ship_email != '') Email: {{$order->ship_email}} @endif
Invoice Number : {{ $order->invoice_number }}
Order Status : {{ $order->status }}
Total: ₹ {{$order->total_amount}}
Product Name Card Details QR Code Back Image Price Total Price
{{-- --}}

Total Payment:

Subtotal: