@extends('layouts/master') @section('title')
This is the list of API keys that have access to Solder.
@if (Session::has('success'))| # | Name | API Key | Actions |
|---|---|---|---|
| {{ $key->id }} | {{ $key->name }} | {{ $key->api_key }} | {!! Html::link('key/delete/'.$key->id, 'Delete', ['class' => 'btn btn-danger btn-xs']) !!} |