@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
{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- Tất cả đơn hàng--}} {{-- @foreach ($status_list as $item)--}} {{-- {{$item['label']}}--}} {{-- @endforeach--}} {{-- Thoát--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
{{$list_title}}
--}} {{-- @if (count($orders))--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @foreach ($orders as $order)--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @endforeach--}} {{-- --}} {{--
Thời gianPhương thức thanh toánTrạng tháiGiá trịHành động
{{$order->id}}{{$order->dateFormat('d/m/Y')}}{{$order->payment_method_name}}{{$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