@extends('layouts.main') @section('breadcrumb') @endsection @section('content')

trash {{ __('Delete') }}

{{ __('Cancel') }}
@csrf @method('delete')

{{ __('You are going to permanently delete the following element. Please confirm your action.') }}

key {{ $api_key->key }}

@endsection