選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

refresh-transactions-modal.blade.php 467B

12345678
  1. <span>Are you sure you want to refresh transactions for the following connected accounts at {{ $institution->name }}?</span>
  2. <ul class="list-disc list-inside p-4">
  3. @foreach($institution->getEnabledConnectedBankAccounts() as $connectedBankAccount)
  4. <li>{{ $connectedBankAccount->name }}</li>
  5. @endforeach
  6. </ul>
  7. <span>Refreshing transactions will update all listed accounts with the latest transactions from the bank. This may take a few moments.</span>