I have a view on which I am displaying some text. That is generating through API url. When I am printing that page in flutter application. I am getting the problem that the email in that text is converting to email protected. What is the solution to this.
this is the code:
<center style="margin-bottom: 30px;" class="">
<strong class="company-header">{!! nl2br(e(str_replace(',', "n", $adminUser->company_header))) !!}</strong>
</center>
And this is the output of the view on web:
enter image description here
When I am printing this in the flutter application, the email changes to email protected.