@extends('layouts.app') @section('content')

Process Shipment

@honeypot @csrf
Shipment
Fill in the to process the Shipment of the order below

Order ID
{{$order_query->reference}}
Date
{{date('d M Y',strtotime($order_query->created_at))}}20 Nov 2023
Total
₱{{number_format($order_query->amount)}}
Shipping Address
{{$order_query->shipping_details->address_1.", ".$order_query->shipping_details->address_2.", ".$order_query->shipping_details->barangay.", ". $order_query->shipping_details->city.", ".$order_query->shipping_details->province}}
Payment Method
{{$order_query->shop_payment_methods_name}}
Courier
Tracking Number
Estimated Delivery Date
@endsection @section('page_script') @parent @endsection