@extends($_layout.'master')
@section('title', "Trang chủ")
@section('content')
@if (!$area)
Web Đang Bảo Trì. Vui lòng quay lại sau ít phút!
@else
@include($_template.'game.play')
@include($_template.'betting-content')
@include($_template.'game.history',[
'history' => get_betting_history()
])
@include($_template.'home-sidebar')
@endif
@endsection
@section('css')
@endsection
@section('js')
@endsection