{{-- wire:click.prevent here to stop from following mod card links --}}
@if(auth()->user()->isAdmin())
@endif
@push('modals')

{{__('Confirm')}} {{__($this->moderatedObject->disabled ? 'Enable' : 'Disable')}}

Are you sure you want to {{__($this->moderatedObject->disabled ? 'enable' : 'disable')}} '{{$this->moderatedObject->getFriendlyName()}}'?

@endpush @push('modals')

{{ __('Confirm') }} {{ __('Delete') }}

Are you sure you want to {{__('Delete')}} '{{$this->moderatedObject->getFriendlyName()}}'?

@endpush