Closed Mounika-12 closed 4 years ago
I am able to get the default methods response in controller files. But when I try to call the same methods in blade files like below
<!DOCTYPE html>
See #31
I am able to get the default methods response in controller files. But when I try to call the same methods in blade files like below
<!DOCTYPE html>
Welcome {{Auth::user()}} ` Getting empty response in the view. Please help me where I am going wrong?