How do you do ?
I would like to ask about symbol @ in PHP $variable in blade laravel 5. This is the code that I get, but unfortunately the previous programmer was is lost.
Please note at this -> {{ old('title_id', @$result->title_id) }}.
Why using @ ? and what is different with {{ old('title_id', $result->title_id) }} without @.
Thank you very much