@if ($bulkDeleteCustomerModal)
@php $countCustomer = trans_choice('customer.count-customers', $users->count(), ['count' => $users->count()]); @endphp
{{ trans('customer.alert.header-bulk-delete-customer', ['count' => $countCustomer]) }} {!!trans('customer.alert.content-bulk-delete-customer', ['count' => $countCustomer]) !!}
{{ trans('Delete data on mikrotik?') }}
{{ trans('user.button.cancel') }} {{ trans('customer.button.delete')}}
@endif