@extends('layouts.shop') @section('title', 'Order Details') @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 }}