@extends('layouts.admin') @section('content')
Qty: {{ $item->quantity }} x ৳{{ number_format($item->price, 2) }}
This order status is permanently locked and cannot be changed.
@else {{-- ── ACTIVE FORM ── --}}Name: {{ $order->shipping_name }}
Email: {{ $order->shipping_email ?? 'N/A' }}
Phone: {{ $order->shipping_phone }}
Payment Method: {{ $order->payment_method }} ({{ $order->payment_status }})
{{ $order->shipping_address }}
{{ $order->shipping_city }}
@if($order->shipping_district){{ $order->shipping_district }}
@endif{{ $order->order_notes }}