You can add nominee(s) to your account. Adding nominees makes it easier to transfer ownership of your investments in case of any unfortunate eventuality.
@if ($errors->any())
@php
$oldNominees = old('nominees', [[]]);
@endphp
@foreach ($oldNominees as $index => $nominee)
Nominee {{ $index + 1 }}
@endforeach