@extends('mainview') @section('maincontent') API keys @if(count($apikeys) < 1) No API keys. Generate one? @else

Generate new

@foreach($apikeys as $key) @endforeach
API key Actions
{{$key->key}} Delete
@endif @endsection