@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
@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