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

@lang('New Version Available')

@lang('What is the Update ?')

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

@endif @if(@json_decode($general->sys_version)->message)
@foreach(json_decode($general->sys_version)->message as $msg)
@endforeach
@endif
{{$widget['total_users']}}
@lang('Total Users')
@lang('View All')
{{$widget['verified_users']}}
@lang('Total Verified Users')
@lang('View All')
{{$employer['total_employer']}}
@lang('Total Employer')
@lang('View All')
{{$employer['verified_employer']}}
@lang('Total Verified Employer')
@lang('View All')
@lang('Monthly Deposit Report')

{{showAmount($payment['total_deposit_amount'])}} {{$general->cur_text}}

@lang('Total Deposit')


{{showAmount($payment['total_deposit_charge'])}} {{$general->cur_text}}

@lang('Total Deposit Charge')

{{$payment['total_deposit_pending']}}

@lang('Pending Deposit')

{{$other['job']}}

@lang('Total Job')


{{$other['job_running']}}

@lang('Total Running Job')

{{$other['job_pending']}}

@lang('Pending Job')

{{$other['job']}}
@lang('Total Job')
@lang('View All')
{{$other['category']}}
@lang('Total Category')
@lang('View All')
{{$other['order']}}
@lang('Total Plan Subscriber')
@lang('View All')
{{$other['plan']}}
@lang('Total Plan')
@lang('View All')
@lang('Login By Browser')
@lang('Login By OS')
@lang('Login By Country')
@include('admin.partials.cron') @endsection @push('breadcrumb-plugins') @lang('Last Cron Run') : {{Carbon\Carbon::parse($general->last_cron_run)->difFforHumans()}} @endpush @push('script') @endpush