@extends($_layout . 'master') @include($_lib . 'register-meta') @section('content')

{{ $list_title }}

@if (count($orders))
@foreach ($orders as $order) @endforeach
Thời gian Thanh toán Trạng thái Giá trị Hành động

{{ $order->code }}

{{ $order->dateFormat('d/m/Y') }}

{{ $order->getPaymentMethodText() }} @if ($order->status >= 0)
({{ $order->getPaymentStatusLabel() }}) @endif

{{ $order->getStatusLabel() }}

{{ $helper->getCurrencyFormat($order->total_money) }}

Chi tiết @if ($order->canCancel()) | Hủy @endif
{{ $orders->links($_template . 'pagination') }}
@else
Không có đơn hàng nào!
@endif
@endsection