{{-- 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.master') @section('title') @lang('base.api.index.header') @endsection @section('content-header')

@lang('base.api.index.header')@lang('base.api.index.header_sub')

@endsection @section('content')

Credentials List

@foreach($keys as $key) @endforeach
Key Memo Last Used Created
•••••••• {{ $key->memo }} @if(!is_null($key->last_used_at)) @datetimeHuman($key->last_used_at) @else — @endif @datetimeHuman($key->created_at)
@endsection @section('footer-scripts') @parent @endsection