{{-- Name: apiKey.index.blade Author: JH2 Created: 2016-01-25 --}} @extends('app') @section('_pageTitle', Lang::get('api.index.pageTitle')) @section('main-left') @include('apiKey.partials.list', [ 'content_id' => 'apikey_list_57755', 'header_title' => Lang::get('api.list'), 'data' => $keys, 'paginate' => false, 'manual' => [ 'chapter' => 'API', 'section' => 'API_INDEX', ], ]) @stop @section('main-right') @include('partials.stats', [ 'content_id' => 'company_summary_332566667', 'header_title' => Lang::get('company.sumstats'), 'manual' => [ 'chapter' => 'COMPANY', 'section' => 'COMPANY_MONSTATS', ], ]) @stop