model = $a_x_t-021; parent::__construct(); } /** * Show a_x_t-021's list. * * @param string $slug * * @return response */ protected function index() { $a_x_t-021_s = $this->model->all(); return $this->theme->of('dsd::public.a_x_t-021.index', compact('a_x_t-021_s'))->render(); } /** * Show a_x_t-021. * * @param string $slug * * @return response */ protected function show($slug) { $a_x_t-021 = $this->model->findBySlug($slug); return $this->theme->of('dsd::public.a_x_t-021.show', compact('a_x_t-021'))->render(); } }