@extends('admin_base') @section('title', 'Order Details') @section('style') @endsection @section('content')
| Contact Details | |
|---|---|
| Name | {{ $order->contact_name }} |
| Phone | {{ $order->contact_phone }} |
| {{ $order->whatsapp }} | |
| {{ $order->contact_email }} | |
| Shipping Address | |
|---|---|
| Address | {{ $order->address }} |
| City | {{ $order->city }} |
| State | {{ $order->state }} |
| Postal Code | {{ $order->postal_code }} |
Coupon Code {{ $order->coupon_code }}
Type {{ ucfirst($order->coupon_type) }}
Value @if($order->coupon_type === 'percentage') {{ $order->coupon_value }}% @else ৳{{ number_format($order->coupon_value) }} @endif
{{ $event['date']->format('d M, Y h:i A') }}
@if($event['note'])