alexcatrin

Results 1 issues of alexcatrin

hello, to generate the datatable in the view I do ``` {{ $pic_table->render() }} ``` //in route i have ``` Route::get('api/hotelPic/{id}', array('as'=>'api.hotelPic', 'uses'=>'HotelController@getHotelPicTable')); ``` //hotel controler ``` public function show($id)...