@extends('layouts.default') @section('content') @php $existing = $client->platformConnections->keyBy('platform'); @endphp

{{ $page_title }}

{{ $client->company_name }} için {{ $page_description }}

@include('admin.onboarding._progress')
@csrf
@foreach($platforms as $key => $label) @php $connection = $existing->get($key); @endphp
{{ $label }}
connection_name ?: $client->company_name.' - '.$label) }}">
account_id) }}" placeholder="Sonradan keşif ekranından da seçilebilir">
account_name) }}">
@endforeach
Geri
@endsection