@if ($disableWaNotificationModal)
@if ($userAddress->wa_notification) {{ trans('customer.paket.disable-wa-notification', ['customer' => $userAddress->user->full_name]) }} {{ trans('customer.paket.disable-wa-notification-detail') }} @else {{ trans('customer.paket.enable-wa-notification', ['customer' => $userAddress->user->full_name]) }} {{ trans('customer.paket.enable-wa-notification-detail') }} @endif
{{ trans('customer.button.cancel') }} @if ($userAddress->wa_notification) {{ trans('customer.button.disable-wa-notification') }} @else {{ trans('customer.button.enable-wa-notification') }} @endif
@endif