Updated language settings page

This commit is contained in:
Manish Verma
2018-08-13 11:42:03 +05:30
parent 66042a4b3f
commit 83735f3394
2 changed files with 14 additions and 6 deletions

View File

@@ -50,7 +50,7 @@ class="active"
</div>
@endif
{!! Datatable::table()
->addColumn(Lang::get('lang.language'),Lang::get('lang.iso-code'),Lang::get('lang.status'),Lang::get('lang.Action')) // these are the column headings to be shown
->addColumn(Lang::get('lang.language'),Lang::get('lang.native-name'),Lang::get('lang.iso-code'),Lang::get('lang.system-language'),Lang::get('lang.Action')) // these are the column headings to be shown
->setUrl(route('getAllLanguages')) // this is the route where data will be retrieved
->render() !!}
</div>