I have a piece of code and I\'m trying to find out why one variation works and the other doesn\'t.
return View::make(\'gameworlds.mygame\', compact(\'fixture
the best way for me :
$data=[ 'var1'=>'something', 'var2'=>'something', 'var3'=>'something', ]; return View::make('view',$data);