@extends('layouts.app') @section('title','Order Details | Shopora') @section('content')
Order #{{ $order->order_number }} · Placed on {{ $order->created_at->format('d M Y, h:i A') }}
Total
Rs. {{ number_format($order->total) }}
{{ $s }}
{{ $item->product_name }}
Qty: {{ $item->quantity }} · Price: Rs. {{ number_format($item->price) }}
@if($order->status === 'delivered') WRITE A REVIEW @endifRs. {{ number_format($item->total) }}
{{ $order->shipping_name }}
HOME {{ $order->shipping_address }}, {{ $order->shipping_city }} - {{ $order->shipping_country }}
{{ $order->shipping_phone }}
{{ $order->shipping_email }}
{{ ucwords(str_replace('_',' ',$order->payment_method)) }}
{{ $order->payment_status }}