After some digging, I found this one that helped me solve the problem.
You must use .load("url/page/...") via jquery, and then set the route in the route.php file, which displays a view with the data you need to load, for example.
Route::get('/url/page/...', function(){ return View::make('test'); });
This returns the necessary PHP code that needs to be loaded dynamically, greetings.
source share