Im trying to get the second echo to echo out the message but the first echo dont let me. I know the second echo works and the first too but when I but them together it wont work. Also im new to this so help is appreciated.
echo
'<h1 class="text-center text-info" >J!inder</h1> <br>
<div class="container d-flex justify-content-around" >
'echo $create->profilerand();'
</div>';