{{-- Pterodactyl - Panel --}} {{-- Copyright (c) 2015 - 2017 Dane Everitt --}} {{-- This software is licensed under the terms of the MIT license. --}} {{-- https://opensource.org/licenses/MIT --}} @extends('layouts.admin') @section('title') Administration @endsection @section('content-header')

Administrative OverviewA quick glance at your system.

@endsection @section('content')

System Information

@if ($version->isLatestPanel()) You are running Pterodactyl Panel version {{ config('app.version') }}. Your panel is up-to-date! @else Your panel is not up-to-date! The latest version is {{ $version->getPanel() }} and you are currently running version {{ config('app.version') }}. @endif
 
@endsection