@foreach (['danger', 'warning', 'success', 'info'] as $msg)
@if (Session::has('alert-' . $msg))
{{ Session::get('alert-' . $msg) }} ×
@endif @endforeach| OrderID | Customer ID | TransactionDate | AuthorizedDate | CapturedDate | ShipToAddr1 | ShipToAddr2 | ShipToCity | ShipToState | ShipToZip5 | ShipToZip4 | CartItemPrice | CartItemTaxAmount | Action |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $zto->OrderID }} | {{ $zto->CustomerID }} | {{ date('n/d/Y g:i A',strtotime($zto->TransactionDate)) }} | {{ date('n/d/Y g:i A',strtotime($zto->AuthorizedDate)) }} | {{ date('n/d/Y g:i A',strtotime($zto->CapturedDate)) }} | {{ $zto->ShipToAddr1 }} | {{ $zto->ShipToAddr2 }} | {{ $zto->ShipToCity }} | {{ $zto->ShipToState }} | {{ $zto->ShipToZip5 }} | {{ $zto->ShipToZip4 }} | {{ $zto->CartItemPrice }} | {{ $zto->CartItemTaxAmount }} | View Log |