@extends('layouts/master') @section('title') API Key Management - Technic Solder @stop @section('content')

API Key Management


Delete API Key ({{ $key->name }})

This will immediately remove access to Solder using this API Key. Make sure to unlink any packs using this key before doing this.

{!! Html::link('key/list/', 'Go Back', ['class' => 'btn btn-primary']) !!}
@endsection