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

Process Shipment

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

Order ID
{{$shipment_query->order->reference}}
Date
{{date('d M Y',strtotime($shipment_query->order->created_at))}}20 Nov 2023
Total
₱{{number_format($shipment_query->order->amount)}}
Shipping Address
{{$shipment_query->order->shipping_details->address_1.", ".$shipment_query->order->shipping_details->address_2.", ".$shipment_query->order->shipping_details->barangay.", ". $shipment_query->order->shipping_details->city.", ".$shipment_query->order->shipping_details->province}}
Last Update
{{$shipment_query->tracking[0]->status}} | {{$shipment_query->tracking[0]->details}}
Payment Method
{{$shipment_query->order->shop_payment_methods_name}}
Status
Detail
Location
@endsection @section('page_script') @parent @endsection