You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							| 123456 | <span>Are you sure you want to delete your {{ $institution->name }} connection? Deleting this bank connection will remove the following connected accounts:</span>
<ul class="list-disc list-inside p-2">
    @foreach($institution->connectedBankAccounts as $connectedBankAccount)
        <li>{{ $connectedBankAccount->name }}</li>
    @endforeach
</ul>
 |