coolify/resources/views/livewire/navbar-delete-team.blade.php

7 lines
418 B
PHP
Raw Normal View History

<div class="w-full px-2">
<x-modal-confirmation buttonFullWidth title="Confirm Team Deletion?" buttonTitle="Delete Team" isErrorButton
submitAction="delete" :actions="['The current Team will be permanently deleted.']" confirmationText="{{ $team }}"
2024-09-05 15:54:32 +00:00
confirmationLabel="Please confirm the execution of the actions by entering the Team Name below"
shortConfirmationLabel="Team Name" />
</div>