Select a GitHub App
@foreach ($github_apps as $ghapp)
@if ($selected_github_app_id == $ghapp->id)
{{ $ghapp->name }}
@else
{{ $ghapp->name }}
@endif
@endforeach
@if ($repositories->count() > 0)
@foreach ($repositories as $repo)
@if ($loop->first)
@else
@endif
@endforeach
Check
repository
@endif
@if ($branches->count() > 0)
@foreach ($branches as $branch)
@if ($loop->first)
@else
@endif
@endforeach
@if ($is_static)
@else
@endif
Save New Application
@endif