Send variable to route
// Get all the contacts from table $contacts = Contact::all(); // Another way of passing variable to a view return View::make('home.index')->with('contacts', $contacts);