@extends('layouts.master') @section('content')

{{ trans('breadcrumbs.Turnover Report') }}

{{ trans('layout.Filter') }}

{{ Form::label('GAME_TYPE', trans('player.Game Type')) }} {{ Form::select('GAME_TYPE', $gameType, '', ['class' => 'form-control', 'id' => 'GAME_TYPE']) }}
{{ Form::label('DATE_RANGE', trans('layout.Select Date Range')) }}
{{ Form::label('GAME_NAME', trans('reports.Game Name')) }} {{ Form::select('GAME_NAME', $gameName, '', ['class' => 'form-control select2', 'placeholder' => trans('reports.Game Name'), 'id' => 'GAME_NAME']) }}


@endsection @section('javascript') @include('datatablejs') @stop