@extends('admin.layout') @section('content')
| Code | Customer | Payment | Total | Status | Action |
|---|---|---|---|---|---|
| {{ $o->order_code }} | {{ $o->customer_name }} {{ $o->phone }} | {{ strtoupper($o->payment_method) }} {{ $o->payment_status }} | ৳{{ number_format($o->total,2) }} | {{ $o->status }} | View |
| Name | Price | Active | Update | |
|---|---|---|---|---|
| Code | Type | Value | Used | |
|---|---|---|---|---|
| {{ $c->code }} | {{ $c->discount_type }} | {{ $c->discount_value }} | {{ $c->used_count }} |
| Time | Order | Event | Channel | Status |
|---|---|---|---|---|
| {{ $l->created_at }} | {{ $l->order_id }} | {{ $l->event_name }} | {{ $l->channel }} | {{ $l->status }} |