{{ __("Update Source Control") }} {{ __("You can switch the source control profile (token) in case of token expiration. Keep in mind that it must be the same account and provider") }}
$server, "site" => $site]) }}" hx-swap="outerHTML" hx-select="#update-source-control" hx-ext="disable-element" hx-disable-element="#btn-update-source-control" class="space-y-6" > @include( "sites.partials.create.fields.source-control", [ "sourceControls" => \App\Models\SourceControl::query() ->where("provider", $site->sourceControl()?->provider) ->get(), ] )
{{ __("Save") }}