@foreach($orders as $k => $o) {{ General::formatOrderNumber($o['id']) }} @foreach($o['items'] as $items) {{ $orderTitle }} @endforeach {{ General::priceFormat($o['total']) }} {{ date('j M Y', strtotime($o['created'])) }}
View
@endforeach