assuming this is in a blade file
<div ng-non-bindable> {{ project.name }} </div>
then this is not valid php and blade must be disabled if you are expecting to see this output as a string
<div ng-non-bindable>@{{ project.name }} </div>
Just a thought, if you are having that much trouble with just one angular thing, maybe find a real good tutorial on angular and take it.
I would guess there are some videos on YouTube as well.
Please or to participate in this conversation.