Sources

Git sources for your applications.
@forelse ($sources as $source) @if ($source->getMorphClass() === 'App\Models\GithubApp')
{{ $source->name }}
@if (is_null($source->app_id)) Configuration is not finished @endif
@endif @if ($source->getMorphClass() === 'App\Models\GitlabApp')
{{ $source->name }}
@if (is_null($source->app_id)) Configuration is not finished @endif
@endif @empty
No sources found.
@endforelse