store->where("store_id",$request->user['store_id'])->findOrEmpty(); if ($store->isEmpty()) return errorTrans("error.store-no-exist"); return successTrans("success",$store->toArray()); } catch (\Throwable $throwable) { return error($throwable->getMessage()); } } }