28

$newUser = 'Hello World';

<body> {{$new User}} </body>

Comments
  • 11
    Fist post and it doesn't compile?
  • 4
    @searchindex yes I'm frustrated with my code ;_;
  • 2
    @Alice fek, blame my keyboard 😭
  • 6
    function welcome(newUser){
    return highFive(newUser);
    }

    welcome(@Dhruv1927);
  • 1
    Welcome dude! Have a great time!! πŸ˜πŸ˜πŸ€—πŸ€—
  • 4
    @samm
    function highFive(newUser){
    self.kick(newUser.Ass);
    }
  • 1
    If you'd have wrapped that in php tags it probably would have run....

    Welcome though😁
  • 1
    @geaz

    self = {
    kick: function(bodypart) {
    return gentleFootRub(bodypart);
    }
    }

    Or is this getting too gay now?
  • 1
    @cervantes01 just started learning laravel and u don't need any php tags or even echo to execute a variable value πŸ˜… just started so don't know much things though
  • 4
    @Dhruv1927 hello.

    Welcome to devrant!

    (You should get yourself a profile pic)
  • 1
    @ewpratten yeeeaaa got one πŸ˜πŸ™ˆ
  • 1
    @Dhruv1927 that's awesome, laravel is still on my check list of things that I haven't learned yet. 😊
  • 0
    Is that php?

    {{$new User}} would be printed as is.
  • 1
    @Pogromist it's $newUser and my keyboard failed me πŸ˜‚, well it's laravel syntax and it will print watever we store in variable
Add Comment