@include('livewire.source-controls.partials.gitlab-icon')
{{ __("Gitlab") }}
@if($sourceControl) {{ __("Modify") }} @else {{ __("Connect") }} @endif

{{ __('Connect to Gitlab') }}

@error('token') @enderror
@if (session('status') === 'gitlab-updated')

{{ __('Updated') }}

@endif {{ __('Cancel') }} {{ __('Connect') }}