@php $urlsReady = $account !== null && $account->isTelecom(); $telecomUrls = $urlsReady ? $account->telecomRegistrationUrls() : [ 'sending_ip' => trim((string) config('putage.sending_ip', '')), 'payment_webhook_url' => '', 'cancel_webhook_url' => '', ]; $sendingIpDisplay = $telecomUrls['sending_ip'] ?: '(未設定: MONAKA_SENDING_IP / PUTAGE_SENDING_IP をサーバ管理者が設定)'; @endphp
@once @push('scripts') @endpush @endonce