@extends('apimanagement::layouts.master') @section('content')
@if ($apiKey->id)

{{ $apiKey->name }}

@else

New API Key

@endif
@php echo $form->toHtml(); @endphp
@endsection