@csrf
@if(Auth::user()->hasRole("FullFinancial") || Auth::user()->hasRole("OperatorAdmin"))
@endif
{!! Form::select('break_by', array(0=>'None','hour'=>'Hour', 'day'=>'Day', 'week'=>'Week', 'month'=>'Month'), Request::get('break_by'), ['class' => 'form-control','id'=>'break_by']) !!}
{!! Form::select('moneytypeselect', array('real'=>'Real money','fun'=>'Fun bonus', 'all'=>'All'), Request::get('moneytypeselect'), ['class' => 'form-control','id'=>'moneytypeselect']) !!}
{!! Form::select('deviceselect', array(''=>'All','0'=>'Desktop','1'=>'Mobile'), Request::get('deviceselect'), ['class' => 'form-control','id'=>'deviceselect']) !!}
@if($first_time_range_data || $second_time_range_data ) @include ('partial.tables.financial.casino-games-report', ["game_report_data"=>$first_time_range_data]) @if (isset($second_time_range_data) && $second_time_range_data) @include ('partial.tables.financial.casino-games-report', ["game_report_data"=>$second_time_range_data]) @endif @endif