You can do
return View::make('index', array(
'foo' => Images::indexPageMr(),
'bar' => Images::indexPageTL()
));
But if there is a relation between the two, you can read more about relationships here: http://laravel.com/docs/4.2/eloquent#relationships
so you can query their relationship from one to another
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.