@if($state)
@if($state === 'sent_invite')

Child Invite Sent!

Created child invite
Sent invite email to child
Child joined via invite
Child account is active
@elseif($state === 'awaiting_email_confirmation')

Child Invite Sent!

Created child invite
Sent invite email to child
Child joined via invite
Child account is active
@elseif($state === 'active')

Child Account Active

Created child invite
Sent invite email to child
Child joined via invite
Child account is active
View Account
@endif
@else @endif