GitHub App

@if (!$github_app->app_id)
Create GitHub Application
@elseif($github_app->app_id && !$github_app->installation_id) Install Repositories @elseif($github_app->app_id && $github_app->installation_id) Update Repositories @endif