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

{{ __('Delete') }}

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

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

{{ $api_key->key }}

@endsection