@extends('layouts.master') @section('css'){{ __('') }}@endsection @section('page-title'){{ __('BackOffice Dashboard') }}@endsection @section('menu'){{ __('Dashboard') }}@endsection @section('content') @if(!empty($skins))
@foreach ($skins as $skin) @php $skin_data = $all[$skin->skinid]; @endphp
@if ($skin_data)

{{ __('Current month top players') }}

@foreach($skin_data['best'] as $best) @endforeach
{{ __('Top winning') }} {{ __('Amount') }}
userid }}"> {{ $casino_ids_data[$best->userid]->extern_username }} {!! GetMoneyStr3($best->profit, 1, $best->currency_id, 0, 1) !!}
@if(empty($skin_data['best'])) {{ __('No data') }} @endif
@foreach($skin_data['worst'] as $worst) @endforeach
{{ __('Top losing') }} {{ __('Amount') }}
userid }}"> {{ $casino_ids_data[$worst->userid]->extern_username }} {!! GetMoneyStr3($worst->profit, 1, $worst->currency_id, 0, 1) !!}
@if(empty($skin_data['worst'])) {{ __('No data') }} @endif
@endif

{{ __('Analytics') }}

{{ __('Current month') }}

{{ __('Past 6 months') }}

@endforeach
@endif @endsection @section('script') @endsection