84599/how-to-pass-data-to-view-in-laravel
Hello @kartik,
You can pass data to the view using the with method.
return View::make('blog')->with('posts', $posts);
Hope it helps!! ThanK you!!
Hii, Try this: $response->getSession()->get("errors") And from there you can check ...READ MORE
Hello, First you have to go to routes ...READ MORE
Hey @kartik, In Programming validations are a handy ...READ MORE
Hey, In between head, tag put <meta name="csrf-token" ...READ MORE
Hey @kartik, First you have to go to ...READ MORE
Named route is used to give specific ...READ MORE
Hello, This is simple you just need to ...READ MORE
Hey @kartik, Named routing is another amazing feature of ...READ MORE
Hello @kartik, Send data like this. $data = [ ...READ MORE
Hello, You can first refer how to Create controller through ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.