@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
{{-- Deposit Widgets --}}
{{-- Withdraw Widgets --}}
{{-- Loan Widgets --}}
{{-- DPS Widgets --}}
{{-- FDR Widgets --}}
@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'))
@php $lastCron = Carbon\Carbon::parse($general->last_cron)->diffInSeconds(); @endphp @if ($lastCron >= 900) @include('admin.partials.cron_instruction') @endif @endsection @push('script-lib') @endpush @push('script') @endpush