@extends('layouts.admin.app') @section('title') On Hold for Check @stop @section('main')
Order # | Payment Type | Date | BardCode | Customer | Subtotal |
---|---|---|---|---|---|
{{$order->id}} | {{$order->payment_method == 'cc' ? 'Credit Card' : 'Invoice'}} | {{$order->created_at->toDateString()}} | {{$order->ship_to}} | {!! \AppHelper::instance()->moneyFormat($order->total) !!} |