@if($tagToDelete)
Warning: This tag is currently in use and cannot be safely deleted.
@if(count($formCaseCounts) > 0)
Forms and Cases Affected
@foreach($formCaseCounts as $formName => $caseCount)
-
{{ $formName }}
{{ $caseCount }} case{{ $caseCount > 1 ? 's' : '' }}
@endforeach
@endif
Tag to delete:
{{ $tagToDelete->name }}
Deleting this tag will remove it from all forms and cases where it's currently assigned. This action cannot be undone.
@endif