Source

Save Open Repository @if (data_get($application, 'source.is_public') === false) Open Git App @endif Open Commits on Git
Code source of your application.
@if (!$privateKeyId)
Currently connected source: {{ data_get($application, 'source.name', 'No source connected') }}
@endif
@if ($privateKeyId)

Deploy Key

Currently attached Private Key: {{ $privateKeyName }}

Select another Private Key

@foreach ($privateKeys as $key) {{ $key->name }} @endforeach
@else

Change Git Source

@forelse ($sources as $source)
{{ $source->name }} @if ($application->source_id === $source->id) (current) @endif
{{ $source->organization ?? 'Personal Account' }}
@empty
No other sources found
@endforelse
@endif