@extends('layouts.admin') @section('title', 'Order #' . $order->id) @section('content')
Order Date
{{ $order->created_at->ist()->format('M d, Y h:i A') }}
Payment Method
{{ ucfirst($order->payment_method) }}
Total Amount
₹{{ number_format($order->total_amount, 2) }}
Maruti Document Ref
{{ $order->courier_document_ref }}
Tracking Number
{{ $order->tracking_number ?? $order->courier_awb_number }}
Courier Company
{{ $order->courier_company }}
Courier Provider
Shree Maruti Courier
Payment Status
{{ $order->payment_status }}
Shipment Created
{{ $order->shipment_created_at->ist()->format('M d, Y h:i A') }}
Label Printed
{{ $order->label_printed_at->ist()->format('M d, Y h:i A') }}
Document Reference
{{ $order->courier_document_ref }}
AWB / Tracking Number
{{ $order->tracking_number ?? $order->courier_awb_number }}
Courier Provider
Shree Maruti Courier
Shipment Created Date
{{ $order->shipment_created_at->ist()->format('M d, Y h:i A') }}
Label Print Date
{{ $order->label_printed_at->ist()->format('M d, Y h:i A') }}
Bulk Purchase Order - Free Shipping
This order qualifies for bulk purchase with free shipping.
Manual Shipping Required
This order requires manual shipping arrangement.
Pending Shipment
This order is {{ $order->shipping_partner_status_label }} and will be shipped via bulk action from the orders list.
Name: {{ $order->user->name }}
Email: {{ $order->user->email }}
Member Since: {{ $order->user->created_at->ist()->format('M Y') }}
{{ $order->shipping_address['name'] }}
{{ $order->shipping_address['phone'] }}
{{ $order->shipping_address['address_line_1'] }}
@if(!empty($order->shipping_address['address_line_2'])){{ $order->shipping_address['address_line_2'] }}
@endif{{ $order->shipping_address['city'] }}, {{ $order->shipping_address['state'] }} {{ $order->shipping_address['postal_code'] }}
{{ $order->shipping_address['country'] }}
by {{ $item->book->author }}
Category: {{ $item->book->category->name }}
₹{{ number_format($item->total_price, 2) }}
{{ $order->notes }}