@if ($selectedAccountId)
@endif @if (!empty($query))
@forelse ($accounts as $account)
{{ $account['account_name'] }}
@empty
No results found.
@endforelse @if ($showAddNewOption)
+ Add New Account
@endif
@endif
@if ($showAddNewModal)
Add New Account
×
Account Name
@error('newAccount.account_name')
{{ $message }}
@enderror
Phone
@error('newAccount.phone')
{{ $message }}
@enderror
Save
Cancel
@endif