@extends('layouts.admin') @section('page_title', 'Order Details: ' . $order->order_number) @section('content')
Qty: {{ $item->quantity }} × ৳{{ number_format($item->price, 0) }}
{{ $order->customer_name }}
@if(!empty($order->customer_email)){{ $order->customer_email }}
@endif @if($order->customer_phone){{ $order->customer_phone }}
@endif{{ $order->shipping_address }}
{{ $order->notes }}