@forelse($this->connectedInstitutions as $institution)
@if($institution->logo_url === null)
@else
@endif
{{ $institution->name }}
{{-- Eventually we will need to assert last updated time based on when the last time one of the accounts for the institution last has transactions imported --}}