@extends('voyager::master') @section('page_header')

{{__("Platform statistics")}}

@stop @section('content')
@include('voyager::alerts') @include('voyager::dimmers')
@if(!checkMysqlndForPDO() || !checkForMysqlND())
{{__("Warning!")}}
{{__("Your PHP's pdo_mysql extension is not using mysqlnd driver. ")}} {{__('This might cause different UI related issues.')}}
{{__("Please contact your hosting provider and check if they can enable mysqlnd for pdo_mysql as default driver. Alternatively, you can check if the other PHP versions act the same. ")}}
  • {{__("Mysqlnd loaded:")}} {{checkForMysqlND() ? __('True') : __('False')}}
  • {{__("Mysqlnd for PDO:")}} {{checkMysqlndForPDO() ? __('True') : __('False')}}
@endif @include('elements.admin.metrics')
@stop