Пример #1
0
 public function getById($id)
 {
     return MenuItems::with('translations')->where('id', $id)->first();
 }