@if ($github_apps->count() > 0)
Choose a GitHub App
@foreach ($github_apps as $ghapp)
{{ $ghapp->name }}
@endforeach
@if ($repositories->count() > 0)
Choose a Repository
Select Repository
@endif
@if ($branches->count() > 0)
Choose a Branch
Save
@endif
@else
Add new github app
@endif