@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
@lang('Monthly Deposit 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'))
@endsection @if ($general->last_cron_time) @push('breadcrumb-plugins') @php $lastCron=Carbon\Carbon::parse($general->last_cron_time)->diffInMinutes(); @endphp @lang('Last Cron Run') : {{ diffForHumans($general->last_cron_time) }} @endpush @endif @push('script') @endpush @push('style') @endpush