@php $key = $externalSupplierApiAuthAccess->key; @endphp @include('layouts.components.section-marker', ['section_name' => $externalSupplierApiAuthAccess->description])
value['active'] ?? false) ? 'checked' : '' }}>
value['api_key'] ?? '') }}" /> @if ($errors->has("{$key}.api_key"))
{{ $errors->first("{$key}.api_key") }}
@endif
value['webhook_secret'] ?? '') }}" /> @if ($errors->has("{$key}.webhook_secret"))
{{ $errors->first("{$key}.webhook_secret") }}
@endif
value['create_url'] ?? '') }}" /> @if ($errors->has("{$key}.create_url"))
{{ $errors->first("{$key}.create_url") }}
@endif
value['delete_url'] ?? '') }}" /> @if ($errors->has("{$key}.delete_url"))
{{ $errors->first("{$key}.delete_url") }}
@endif