@extends('layouts.backend') @section('title', '| Orders') {{-- Jira : WT:184 --}} @section('css') @endsection @section('content')
| Order ID | Customer ID | Customer Name | Amount Paid | Date | |
|---|---|---|---|---|---|
| {{ $order->reference_id }} | {{ $order->customer_id }} | {{ $order->name }} | {{ $order->email }} | {{ config('app.currency_symbol')}}{{ $order->amount_paid }} | {{ date('m/d/Y h:i A', strtotime($order->created_at )) }} (EST) |