@php $profile = getUser(); @endphp @extends($_layout.'admin') @section('title', 'Danh sách cược') {{-- @section('header_title', 'Danh sách cược') --}} {{-- @section('show_sidebar', 1) --}} @section('content')
@include($_template.'filter.daterange',[ 'sortable' => [ 'area_name' => 'Khu vực', 'type_name' => 'Hình thức', 'points' => 'Điểm', 'total_point' => 'Tổng điểm', 'created_at' => 'Thời gian tạo' ], ]) @if (count($history))
{!! render_sort_url('',null, 'id') !!} {!! render_sort_url('',null, 'area_name') !!} {!! render_sort_url('',null, 'type_name') !!} {!! render_sort_url('',null, 'str_numbers') !!} {!! render_sort_url('',null, 'points') !!} {!! render_sort_url('',null, 'number_count') !!} {!! render_sort_url('',null, 'total_point') !!} @foreach ($history as $item) @endforeach
Thời gian chơi Loại giải Hình thức chơi Số đặt cược Điểm Số con Tổng điểm
Trạng thái
TT
{{$time = $item->dateFormat('H:i - d/m/Y')}} {{$item->area_name}} {{$item->type_name}}
Hình thức chơi: {{$item->type_name}}
Thời gian: {{$time}}
Số đã cược: {{$item->subNumberText()}} @if (count($item->numbers) > 1)
Xem Chi tiết @endif
{{$item->points}} {{$item->number_count}} {{$item->total_point}} {{$item->getStatusText()}}
{{$history->links($_template.'pagination')}} @else
Không có dữ liệu
@endif
@endsection @section('js') {{-- --}} @endsection