@extends('layouts.dashboard') @section('css')
@endsection @section('page-title'){{ __('BackOffice Dashboard') }}@endsection @section('menu'){{ __('Dashboard') }}@endsection @section('content')
@lang('Dashboard')
@lang('Summary')
@lang('Today')
@lang('Yesterday')
@lang('This Week')
@lang('Last Week')
@lang('This Month')
@lang('Last 6 Months')
@lang('Search')
@include('home.render')
{{ __('Filter By Skins:') }}
@foreach ($skinGroups as $skinGroup)
@foreach ($skinGroup->skins as $skin) @if (request()->get('skin_select')) @php $check = in_array($skin->skinid, request()->get('skin_select')) ? 'selected' : '' @endphp
{{ $skin->name }}
@else
{{ $skin->name }}
@endif @endforeach
@endforeach
@lang('Analytics')
Top Winning Players
Top Losing Players
Top Winning Games
Top Losing Games
Top Winning Providers
Top Losing Providers
GGR
Bet Counts
Bet Amounts
Devices
Provider Bets
Top Games
@endsection @section('script') @endsection