I have a blade file that looks like this, just simple text on two lines:
xyz
hello
But when I die and dump the blade file:
$view = view('my-view')->render();
I get this:
"""
xyz\n
hello
"""
Where are these quotes coming from?
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire