@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 @if ($isHoliday) @endif @if (!$general->registration) @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($invest['invests']) }}

@lang('Total Investment')

@lang('View All')

{{ $general->cur_sym }}{{ showAmount($invest['interests']) }}

@lang('Total Interest')

@lang('View All')

{{ $general->cur_sym }}{{ showAmount($invest['active_invests']) }}

@lang('Active Investments')

@lang('View All')

{{ $general->cur_sym }}{{ showAmount($invest['closed_invests']) }}

@lang('Closed Investment')

@lang('View All')
@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 ($lastCron) @include('admin.partials.cron') @endif @endsection @if ($lastCron) @push('script') @endpush @endif @push('breadcrumb-plugins') @lang('Last Cron Run:') {{ $lastCronAt }} @endpush @push('script') @endpush