public function store()
    {
        try {
            $this->modelRepo->validator();
            $inputs = $this->request->all();