@extends('admin.layouts.app') @section('panel') @if (@json_decode($general->system_info)->version > systemDetails()['version'])

@lang('New Version Available')

@lang('What is the Update ?')

{{ json_decode($general->system_info)->details }}

@endif @if (@json_decode($general->system_info)->message)
@foreach (json_decode($general->system_info)->message as $msg)
@endforeach
@endif

{{ $general->cur_sym }}{{ showAmount($deposit['total_deposit_amount']) }}

@lang('Total Deposited')

@lang('View All')

{{ $deposit['total_deposit_pending'] }}

@lang('Pending Deposits')

@lang('View All')

{{ $deposit['total_deposit_rejected'] }}

@lang('Rejected Deposits')

@lang('View All')

{{ $general->cur_sym }}{{ showAmount($deposit['total_deposit_charge']) }}

@lang('Deposited Charge')

@lang('View All')

{{ $general->cur_sym }}{{ showAmount($withdrawals['total_withdraw_amount']) }}

@lang('Total Withdrawan')

@lang('View All')

{{ $withdrawals['total_withdraw_pending'] }}

@lang('Pending Withdrawals')

@lang('View All')

{{ $withdrawals['total_withdraw_rejected'] }}

@lang('Rejected Withdrawals')

@lang('View All')

{{ $general->cur_sym }}{{ showAmount($withdrawals['total_withdraw_charge']) }}

@lang('Withdrawal Charge')

@lang('View All')

{{ $general->cur_sym }}{{ showAmount($widget['total_played']) }}

@lang('Total Played')

@lang('View All')

{{ $general->cur_sym }}{{ showAmount($widget['total_win_amount']) }}

@lang('Total Win')

@lang('View All')

{{ $general->cur_sym }}{{ showAmount($widget['total_loss_amount']) }}

@lang('Total Loss')

@lang('View All')

{{ $general->cur_sym }}{{ showAmount($widget['total_profit']) }}

@lang('Total Profit')

@lang('Monthly Deposit & Withdraw Report') (@lang('Last 12 Month'))
@lang('Transactions Report') (@lang('Last 30 Days'))
@lang('Login By Browser') (@lang('Last 30 days'))
@lang('Login By OS') (@lang('Last 30 days'))
@lang('Login By Country') (@lang('Last 30 days'))
@if (Carbon\Carbon::parse($general->last_cron)->diffInMinutes() > 15) @endif @endsection @push('breadcrumb-plugins') @if ($general->last_cron != null) @php $lastCron = Carbon\Carbon::parse($general->last_cron)->diffInSeconds(); @endphp @lang('Last Cron Run') {{ diffForHumans($general->last_cron) }} @endif @endpush @push('style') @endpush @push('script') @endpush