@php $profile = getUser(); @endphp @extends($_layout.'admin') @section('title', 'Chốt sổ') {{-- @section('header_title', 'Kết quả xổ số') --}} {{-- @section('show_sidebar', 1) --}} @section('content')

Date

Ngày tháng

Bạn có thể chọn ngày tháng cụ thể dể tiếm hành chốt sổ

Lotto

Kiểm tra Kết quả lotto
@include($_current.'tool', [ 'file_input_name' => 'lotto_backup_file', 'date_input_name' => 'lotto_check_date', 'check_time' => $checkTime->lottos ])

Kiểm tra user

Kiểm tra user
@include($_current.'tool', [ 'file_input_name' => 'user_backup_file', 'date_input_name' => 'user_check_date', 'check_time' => $checkTime->users ])

Kiểm tra Cược

Kiểm tra Cược
@include($_current.'tool', [ 'file_input_name' => 'betting_backup_file', 'date_input_name' => 'betting_check_date', 'check_time' => $checkTime->bettings ])

Phân tích kết quả

Phân tích kết quả
Thời gian phân tích sau cùng {{$lastestTime}}

Khóa sổ

Khóa sổ
Bản có thể kiểm có thề xem báo cáo trả điểm cho user trước khi khóa sổ
@endsection @section('css') @endsection @section('js') @endsection