@php $profile = getUser(); $addArgs = []; $date = request()->date; @endphp @extends($_layout.'admin') @section('title', 'Báo cáo user') @section('header_title', 'Báo cáo user') @section('content')
@include($_template.'filter.date',[ 'searchable' => [ 'name' => 'Tên', 'email' => 'Email', 'branch_name' => 'Nhánh' ], 'sortable' => [ 'name' => 'Tên', 'email' => 'Email', // 'number_count' => 'Số con cược', // 'win_count' => 'Số con thắng', // 'betting_total_point' => 'Tổng điểm cược', // 'win_points' => 'Tổng điểm thắng' ] ])
Quay lại

Thông tin cược chi tiết

@endsection @section('css') @endsection @section('js') {{-- --}} @endsection