@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
Select Branch
@endif
@if ($servers->count() > 0)
Choose a Server
Select Server
@endif
@if ($destinations->count() > 0)
Choose a Destination
Select Destination
@endif
@else
Add new github app
@endif