@php $profile = getUser(); $request = request(); $per_page = $request->per_page; $per_pages = [""=>"KQ / trang", 10 => 10, 25 => 25,50 => 50, 100 => 100, 200 => 200, 500 => 500, 1000 => 1000]; @endphp @extends($_layout.'master') @section('title', 'Lịch sử cược') @section('header_title', 'Lịch sử cược') @section('show_sidebar', 1) @section('content')
@include($_theme.'forms.templates.crazyselect', [ 'input' => html_input([ 'type' => 'crazyselect', 'name' => 'view_mode', 'data' => [ 'date' => 'Thời gian', 'yesterday' => 'Ngày hôm qua', 'this-week' => 'Tuần này', 'last-week' => 'Tuần trước', 'this-month' => 'Tháng này', 'last-month' => 'Tháng trước' ], 'value' => 'date' ]) ])
@include($_theme.'forms.templates.crazyselect', [ 'input' => html_input([ 'type' => 'crazyselect', 'name' => 'list_type', 'data' => [ 'all' => 'Tất cả', 'win' => 'Thắng cược', 'lose' => 'Thua cược' ], 'value' => 'all' ]) ])
Lịch sử cược:
Quay lại
Nhãn Giá trị
Người chơi
Khu vực
Loại cược
Số đặt cược
Điểm mỗi con
Số con
Tổng điểm
Thời gian
Trạng thái
@endsection @section('css') @endsection @section('js') @endsection