@extends($_layout.'master')
@section('title', $area->name)
@section('content')
@include($_template.'game.play')
@include($_template.'betting-content')
@include($_template.'game.history',[
'history' => get_betting_history()
])
@include($_template.'home-sidebar')
@endsection
@section('css')
@endsection
@section('js')
@endsection