select(['id','title_'.config('app.locale').' as title']) ->orderBy('position','asc') ->pluck('title','id'); // dump($categories); return $this->render('Pages.HelpDeskCreateForm',$categories); } public function store(){ } public function comment(){ } }