@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