API Keys

@can('user_create')
@if (Auth::user()->affiliate != '1') Add API Key @endif
@endcan
@foreach ($affiliatekey as $key => $apikey) @endforeach
ID Source API Key Action

{{ $apikey->id ?? '' }}

{{ $apikey->source ?? '' }}

{{ $apikey->api_key ?? '' }}

@csrf @method('DELETE')