| Order Date | Channel | Count | Total |
|---|---|---|---|
| {{ date('n/d/Y', strtotime($c->order_date)) }} | {{ $c->channel }} | {{ $c->orderidcount }} | {{ (!empty($c) ? '$'.$c->total_payment : "$0.00") }} |
@extends('admin.layout.master') @section('content')
| Order Date | Channel | Count | Total |
|---|---|---|---|
| {{ date('n/d/Y', strtotime($c->order_date)) }} | {{ $c->channel }} | {{ $c->orderidcount }} | {{ (!empty($c) ? '$'.$c->total_payment : "$0.00") }} |