@if ($bulkEditCustomerModal)
{{ trans('customer.alert.header-bulk-edit-address-customer', ['count' => $users->count()]) }} {{ trans('customer.alert.content-bulk-edit-address-customer') }}
@if ($errors->any()) Error
    @foreach ($errors->all() as $error)
  1. {{ $error }}
  2. @endforeach
@endif
{{ __('customer.button.cancel') }} {{ __('customer.button.update') }}
@endif