Daftar Project (Manajemen API)
@if(session('success'))
{{ session('success') }}
@endif
@csrf
Photo Puzzle
Photo Selection
Checkbox Challenge
Alphanumeric
+ Buat Project Baru
ID
Nama Project
API Key
Tipe Verifikasi
Aksi
@foreach($credentials as $cred)
{{ $cred->id }}
{{ $cred->project_name ?? 'Tidak Ada Nama' }}
{{ $cred->api_key }}
@csrf
verification_type == 'photo_puzzle' ? 'selected' : '' }}>Photo Puzzle
verification_type == 'photo_selection' ? 'selected' : '' }}>Photo Selection
verification_type == 'check_box_challenge' ? 'selected' : '' }}>Checkbox Challenge
verification_type == 'alphanumeric' ? 'selected' : '' }}>Alphanumeric
Simpan
@endforeach