@isset($label) @else @endisset
@if (!isset($toAccountId) || $search != '')
@if (strlen($search) > 2) @endif @else
{{ $toHolderName }}
@if ($toHolderFullName == $toHolderName)
{{ $toHolderLocation }}
@else
{{ Illuminate\Support\Str::limit($toHolderFullName . ', ' . $toHolderLocation, 35) }}
@endif
{{ __(ucfirst(__('messages.' . strtolower($toAccountName) . '_account'))) }} {{ __('account') }}
@endif
{{-- Script to raise focus on searchInput when $search already exsists during page load. This is for the 'pay-to-name' route where the account holder's name is set in the url. The user should verify the name and account in the payment form. --}}