I am trying to echo result of a function using blade {!! !!}
Using like this {!! !!} It shows the value that I need besides of showing 1
I have var dumped the function doing like this
{!! var_dump(ma_fonction)!!}
It shows me the result and after it , it shows bool(true)
Does anyone has an idea about this?
Thanks in advance
its because of default behaviour of
var_dumpfunction. learn more here.you could also consider var_export