{{-- 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')

@lang('base.api.index.list')

@foreach ($keys as $key) @endforeach
@lang('strings.memo') @lang('strings.public_key')
{{ $key->memo }} {{ $key->identifier . decrypt($key->token) }}
@endsection @section('footer-scripts') @parent @endsection