public function get_mastersch() { $pool_id = Auth::user()->pool_id; $this->data['masterschedules'] = Schedulemaster::order_by('name', 'asc')->paginate(20); return View::make('themes.modul.' . $this->views . '.masterschedule', $this->data); }