@php $profile = getUser(); @endphp @extends($_layout.'master') @section('title', 'Chuyển bảng') {{-- @section('header_title', 'Chuyển bảng') --}} @section('content')
{{--

Chuyển bảng

--}}
{!! html_input([ 'type' => 'select', 'name' => 'area_id', 'id' => 'area-id-input', 'class' => 'form-control', 'data' => $areaOptions ]) !!}
{!! html_input([ 'type' => 'select', 'name' => 'type_id', 'id' => 'type-id-input', 'class' => 'form-control', 'data' => $typeOptions ]) !!}
Balance
@include($_template.'betting-content') {{--
Hiện đã quá thời gian Chuyển bảng. Bạn có thể quay lại vào sáng mai
--}}
@include($_template.'game.history',[ 'history' => get_betting_history() ]) @endsection @section('css') @endsection @section('js') @endsection