Hi I have query table
id | query | output 1 | What is my name | your name is {!! auth::user()->name !!}
when i fetch data in blade i get this output your name is {!! auth::user()->name !!}
but i want your name is "USER NAME"
Please sign in or create an account to participate in this conversation.
Reply to
Use Markdown with GitHub-flavored code blocks.
There's no shortage of content at Laracasts. In fact, you could watch nonstop for days upon days, and still not see everything!
Get Started
Fetch Auth::user()->name from Database
Hi I have query table
when i fetch data in blade i get this output your name is {!! auth::user()->name !!}
but i want your name is "USER NAME"