@if(count($sourceControls) > 0)
@foreach($sourceControls as $sourceControl)
@include('livewire.source-controls.icons.' . $sourceControl->provider . '-icon')
{{ $sourceControl->profile }}
@endforeach
@else
{{ __("You haven't connected to any server source controls yet!") }}
@endif