So I got this statement in my Laravel Blade. And for some reason my curly braces are not being applied correctly inside of the Ternary statement. User->mobile ? "href=tel:$item->User->mobile class=underline" : "" }}>{{ $item->User->mobile ?? "" }} As you can see ...