2015-12-06 18:58:49 +00:00
|
|
|
@extends('layouts.admin')
|
|
|
|
|
|
|
|
@section('title')
|
|
|
|
Administration
|
|
|
|
@endsection
|
|
|
|
|
|
|
|
@section('content')
|
2016-01-04 21:48:22 +00:00
|
|
|
<div class="col-md-12">
|
2015-12-06 18:58:49 +00:00
|
|
|
<ul class="breadcrumb">
|
|
|
|
<li class="active">Admin Control</li>
|
|
|
|
</ul>
|
|
|
|
<h3 class="nopad">Pterodactyl Admin Control Panel</h3><hr />
|
|
|
|
<p>Welcome to the most advanced, lightweight, and user-friendly open source game server control panel.</p>
|
|
|
|
</div>
|
|
|
|
<script>
|
|
|
|
$(document).ready(function () {
|
|
|
|
$('#sidebar_links').find("a[href='/admin']").addClass('active');
|
|
|
|
});
|
|
|
|
</script>
|
|
|
|
@endsection
|