Saeed Vaziry dacbb10ef0 fix #12
2023-08-26 09:59:36 +02:00

6 lines
180 B
PHP

<div>
@if($site->deploymentScript?->content)
<x-primary-button wire:click="deploy" wire:loading.attr="disabled">{{ __("Deploy") }}</x-primary-button>
@endif
</div>