{!! Datatable::table()
->addColumn(Lang::get('lang.details'),
Lang::get('lang.comment'),
Lang::get('lang.status'),
Lang::get('lang.action')) // these are the column headings to be shown
->setUrl(route('api.comment')) // this is the route where data will be retrieved
->render() !!}