@foreach ($github_apps as $ghapp)
{{ data_get($ghapp, 'name') }}
{{ data_get($ghapp, 'html_url') }}
@endforeach
@endif
@if ($current_step === 'repository')
@if ($repositories->count() > 0)
No repositories found. Check your GitHub App configuration.
@endif
@if ($branches->count() > 0)
No GitHub Application found. Please create a new GitHub Application.