@extends('su-admin.layout.master') @push('plugin-styles') {{-- --}} @endpush @section('content')

@if($check_connection->check()) Connesso @else Non connesso @endif

@if ($check_connection->type == 'local') Locale @else Remota @endif

{{ $check_connection->host }}
@php $current_version = $updater->source()->getVersionInstalled(); $new_version_available = $updater->source()->isNewVersionAvailable(); @endphp
Piano
@if(get_plan() == 'entry') Entry @endif @if(get_plan() == 'professional') Professional @endif @if(get_plan() == 'enterprise') Enterprise @endif
Versione
{{ $current_version; }}
Temi
{{$themes[current_theme_setting('default')]}}
{{$themes[current_theme_setting('agents')]}}
{{$themes[current_theme_setting('customers')]}}
Network
@if (get_network_status()) @php $networks = get_networks(); @endphp
@foreach ( $networks as $network) {{$network['domain']}} @endforeach
@else @endif
@php $order_languages = get_order_languages(); @endphp
Lingue
@foreach ($order_languages as $language) Bandiera per {{$language}} @endforeach
Maintenance
@if (get_maintenance_status()) @else @endif
Debug
@if (get_debug_status()) @else @endif
Debugbar
@if (get_debugbar_status()) @else @endif
PHP
{{ phpversion() }}
Laravel
{{ app()->version() }}
IP
{{request()->server('SERVER_ADDR')}}
Server
{{$_SERVER['SERVER_SOFTWARE']}}
Cache
{!! ucfirst(get_setting('app', 'cache_type', 'other')) !!}
Session
{!! ucfirst(get_setting('app', 'session_type', 'other')) !!}
{{get_setting('app', 'session_lifetime', 'other')}} min
Gateway
{{get_setting('app', 'domain', 'connection')}}

Moduli Generici

  • Accesso Dashboard
    @if(get_dashboard_access_status()) @else @endif
  • Pacchetto Network @if(get_module_network_status()) [{{call_setting('app.modules.general.network_limit')}}] @endif
    @if(get_module_network_status()) @else @endif
  • Pacchetto Plus
    @if(get_plus_status()) @else @endif
  • Pacchetto Pagine e Menu
    @if(get_pages_menu_status()) @else @endif
  • Applicazione Mobile Offline
    @if(get_setting('app', 'app_offline', 'modules', 'general')) @else @endif

Moduli Agenti

  • Login Agenti
    @if(get_agents_status()) @else @endif

Moduli Clienti

  • Login Clienti
    @if(get_customers_status()) @else @endif
  • Cambi e Resi
    @if(get_setting('app', 'change', 'modules', 'customers')) @else @endif
  • Regole dei limiti su carrello
    @if(get_setting('app', 'rules_limit', 'modules', 'customers')) @else @endif
  • Pagamenti diretti
    @if(get_setting('app', 'payments', 'modules', 'customers')) @else @endif
@endsection {{-- @push('plugin-scripts') {!! Html::script('/su-admin/assets/plugins/chartjs/chart.min.js') !!} {!! Html::script('/su-admin/assets/plugins/jquery-sparkline/jquery.sparkline.min.js') !!} @endpush @push('custom-scripts') {!! Html::script('/su-admin/assets/js/dashboard.js') !!} @endpush --}}