help desk create view
This commit is contained in:
parent
58513d5740
commit
230bfd1542
|
|
@ -20,8 +20,9 @@ class HelpDeskController extends Controller
|
|||
|
||||
$categories = HelpTicketCategory::where('active',1)
|
||||
->select(['id','title_'.config('app.locale').' as title'])
|
||||
->orderBy('position','asc')
|
||||
->pluck('title','id');
|
||||
dump($categories);
|
||||
// dump($categories);
|
||||
|
||||
$this->render('Pages.HelpDeskCreateForm',$categories);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue