param; $shop = Shop::whereId($param->shopId) ->firstOrFail(); $this->logic->delete($shop); return $this->successResponse(); } }